- Messages
- 21
I'm not that familliar but recently I gained some knowledge as the situation forced me to
. I'll proceed with the process and post pics + info about success|failure

If I understand correctly you're asking about the syntax of the command?I wanted to know out of curiosity. Just basically why there is "MOVE B:\Boot\bootmgr B:" instead of "MOVE B:\Boot\bootmgr B:\Boot" if we want to move the bootmgr file just one directory up ?![]()
If I understand correctly you're asking about the syntax of the command?I wanted to know out of curiosity. Just basically why there is "MOVE B:\Boot\bootmgr B:" instead of "MOVE B:\Boot\bootmgr B:\Boot" if we want to move the bootmgr file just one directory up ?![]()
All 5 of these commands will do the exact same thing
MOVE B:\Boot\bootmgr B:\bootmgr
MOVE B:\Boot\bootmgr B:\
MOVE B:\Boot\bootmgr B:
MOVE B:\Boot\bootmgr B:bootmgr
IF EXIST B: ( PUSHD B: & IF EXIST Boot\bootmgr ( TYPE Boot\bootmgr>bootmgr & DEL Boot\bootmgr ) POPD )
But when I direct others to enter the commands, I feel the like the top command gives the most information to a user in the least confusing way. Just in case they're not very familiar with the command prompt.
If however you meant, why use the command prompt to move a single file up one directory, I figured 'Heck, we're already in command prompt with one more thing we gotta do, might as well just knock that last file operating out so we can continue on to the BCD'![]()
Yes I was just asking about the syntaxI already studied the diagram which explained what windows needs in order to boot up. Btw. How did you learn about all this ? You're from the DOS era, studied CS or self taught yourself ? Where can I learn more on how to debug certain heavy duty problems like these ?
TLDR said:When I started taking classes in college for CS and C++ programming something kind of funny happened to me...
I was doing alright in the C++ class. CS was a no-brainer for me.
Then at some unknown point my professor started giving me Cs and Ds on my homework. (homework consisted of go home, write a C++ program of increasing difficulty, then turn in the Source and the Compiled Binary. Grading was something like 60/40 Source/Binary)
The professor said my source code was perfect, but my binaries weren't working and were screwed up and scolded me for compiling them incorrectly. So I studied for weeks to figure out what was wrong. I tried multiple compilers, but still I was getting closer and closer to failing.
Same story every time, Source is great, binary is broken.
I tried everything I could think of. Nothing seemed to fix it.
I had only a few days left before my grade would be so bad that I was afraid I'd never make into a University.
I came to the conclusion that I just wasn't cut out for programming or computer science for that matter. So I quit.
Took all my books and homework archives (kept on a flash drive) and threw them in a box and left it at my parent's house.
5 years went by...
I completely left behind anything computer science related. When my parents were moving they had me grab my boxes of crap.
I found my old flash drive and was bewildered, completely forgetting what was even on it. It felt like a time capsule when I plugged it into my computer.
Besides some dumb virus being detected on it, my homework archives were fun to go through again.
Later that night I realized something that made me feeling violated, angry, sad, yet also incredibly reinvigorated.
The Virus that was quickly detected and removed from the flash drive was fownadup AKA conficker, along with some other malware that it may have downloaded. I had read about conficker only a day or two before I found my old flash drive.
This virus (actually a worm) infects flash drives to spread network to network, going so far as to brute force passwords of other computers on the LAN, if I can't just instantly infect them.
The malware also downloads payloads of other viruses to the infected machines.
My source code was fine, but the viruses had modified my executable files, or tampered with things during the compilation process. Probably as part of their defensive mechanisms.
Realizing that i got pwned pretty hard by not knowing enough about computer science reignited an old curiousty, and since then I've been pretty focused on learning as much as I can. At this point it helps pay the bills as well![]()
Yes I was just asking about the syntaxI already studied the diagram which explained what windows needs in order to boot up. Btw. How did you learn about all this ? You're from the DOS era, studied CS or self taught yourself ? Where can I learn more on how to debug certain heavy duty problems like these ?
I'm self taught.
TLDR said:When I started taking classes in college for CS and C++ programming something kind of funny happened to me...
I was doing alright in the C++ class. CS was a no-brainer for me.
Then at some unknown point my professor started giving me Cs and Ds on my homework. (homework consisted of go home, write a C++ program of increasing difficulty, then turn in the Source and the Compiled Binary. Grading was something like 60/40 Source/Binary)
The professor said my source code was perfect, but my binaries weren't working and were screwed up and scolded me for compiling them incorrectly. So I studied for weeks to figure out what was wrong. I tried multiple compilers, but still I was getting closer and closer to failing.
Same story every time, Source is great, binary is broken.
I tried everything I could think of. Nothing seemed to fix it.
I had only a few days left before my grade would be so bad that I was afraid I'd never make into a University.
I came to the conclusion that I just wasn't cut out for programming or computer science for that matter. So I quit.
Took all my books and homework archives (kept on a flash drive) and threw them in a box and left it at my parent's house.
5 years went by...
I completely left behind anything computer science related. When my parents were moving they had me grab my boxes of crap.
I found my old flash drive and was bewildered, completely forgetting what was even on it. It felt like a time capsule when I plugged it into my computer.
Besides some dumb virus being detected on it, my homework archives were fun to go through again.
Later that night I realized something that made me feeling violated, angry, sad, yet also incredibly reinvigorated.
The Virus that was quickly detected and removed from the flash drive was fownadup AKA conficker, along with some other malware that it may have downloaded. I had read about conficker only a day or two before I found my old flash drive.
This virus (actually a worm) infects flash drives to spread network to network, going so far as to brute force passwords of other computers on the LAN, if I can't just instantly infect them.
The malware also downloads payloads of other viruses to the infected machines.
My source code was fine, but the viruses had modified my executable files, or tampered with things during the compilation process. Probably as part of their defensive mechanisms.
Realizing that i got pwned pretty hard by not knowing enough about computer science reignited an old curiousty, and since then I've been pretty focused on learning as much as I can. At this point it helps pay the bills as well![]()
Jeez sorry for the life story. I don't get a chance to tell that one very often
When it comes to debugging any problems on computers, your first tool should be Google. There's endless amounts of information out there. The hardest part is knowing whats true, and whats senseless bullshit. (Like running sfc /scannow when your webbrowser crashes)
The best way to actually find that out is just by experimenting. I'll admit though, that most folks couldn't be bothered by that sorta thing, or would rather spend the very little free time they have doing things they're passionate about.
CD WAR
WAR.EXE
I think Google was once incredible. (though I started with ask.com to be honest)Is it only me or you feel like that too ?
Btw. BIG BIG BIG THANKS FOR HELPING ME OUT!
lol'dDaniel1992 said:8. I use an un-used rubber to delicately scrub the dust and dirt out of the golden pins of the 4 gb memory ram memory chip.
fsutil dirty query c:
chkntfs /x c: