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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top