recovery console?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do you copy a file from A: to a certain hardrive directory (e.g.
C:\documentsandsettings\mydocuments) using recovery console. I tried the
command: "Copy *.*C:\folder\folder\filename*.*" but it still wouldnt copy.
 
Recovery Console has default settings which block copying.

You need to install the RC from Windows then change the defaults with the
following syntax in the command prompt

Set AllowWildcards = True
Set AllowAllPaths = True
Set AllowRemovableMedia = True
Set NoCopyPrompt = True
 
Back
Top