| Thanks I read over your private message carefully. I decided to install the XP recovery program. I took the time to read up on some of the commands that I thought would be useful for my situation. I tried copying mydesktop in docs and settings from my old HDD to my new HDD like this:
First I logged into my windows installation (i have 2 installations so i m not sure which one i should log into while in the recovery console- old or new). Then I tried to copy my old desktop on the non-bootable C drive to my bootable D drive and place it into a folder named "Old0" which I had already created and left empty in my D:\.
copy C:\Documents and Settings\John Smith\Desktop [D:\old0]
That was the basic command line I was trying to use. C:\Documents and Settings\John Smith\Desktop was where my desktop on my old hdd was for my main user and [D:\old0] is the desitnation folder on my my working hdd that I am trying to copy it to. I normally got "The parameter is not valid" after typing in my command line. I'm not sure if this has something to do with the default Recovery Console rules (aka- AllowAllPaths = FALSE, AllowRemovableMedia = FALSE, AllowWildCards = FALSE, NoCopyPrompt = FALSE). I also read some information about "wildcards" but I honestly didn't entirely understand what those were or how to change them (or if they even had anything to do with me trying to copy from C: to D: ). I also typed:
copy /?
This prompted the Recovery Console to give me a little explanation of the copy command but that didn't really help me out much.
I also found another command that I thought could be useful
I tried:
fixmbr C
The actual command line might have been slightly different. What ever the exact command line was... it worked and it asked if I was SURE that I wanted to make a new master boot record. Well I was NOT sure if that would be smart. I don't know if that would fix the boot on C: or not. If it would fix the boot and and not harm my files, settings, docs, etc on C: then that would be great, however, I wasn't sure if it would make my files, settings, docs, etc on C:totally inaccessable or even delete those files.
Can someone explain how EXACTLY I can copy from C:\Documents and Settings\John Smith\Desktop to D:\old0 using the Recovery console? Also, would fixmbr C possibly fix my C boot or would it harm my files or make them innaccessible? I also realize that I am not really in "KNOPPIX" anymore since I am talking about the XP Recovery Console, but please help me ; ; |