Quote:
Originally Posted by kaya08
Yes but how do i access it in the recovery console or through Safe Mode using Command Prompt??? I tried it in recovery console but code not recognized.
|
I just accessed the correct folder on the xp cd using the Recovery console, here is what I did. Booted to the recovery console and had a C:\Windows > prompt then typed in d: and hit enter that changed the prompt to d:\> I did a dir command and found that it was not the correct drive, so I did e: enter checked the dir still wrong, continued until I could find the correct drive on my machine it was G yours will be different. I when in windows my dvd drive is E: but I had to go to G to find the correct drive I think that is because the recovery console uses a ramdisk so just try each letter (X: hit enter and then type dir enter) you will find the correct drive letter. once you are on the correct drive type cd i386 enter the prompt will change to X:\i386> you can now type your command in ie. winn32.exe/cmdcons [enter]
recap to change drive type the letter of the drive + : and hit enter (e:)
then type dir [enter] this will display the root of the drive you are on continue until you find the correct drive.
cd is the command to change directory so in your case it would be
cd i386 (space between cd and the folder name) once you are in the correct folder you can type your command.