View Single Post
      01-30-2008, 05:07 PM   #6
scottwww
Brigadier General
scottwww's Avatar
United_States
534
Rep
4,760
Posts

Drives: 07 BMW 335i, 15 Infiniti Q60S
Join Date: Dec 2006
Location: USA

iTrader: (0)

For an individual file, if you are copying from the current directory on A: to the current directory on C: you would specify the file name and extension:
copy a:filename.ext c:
or if you need to specify the directory, it is like this:
copy a:\folder\filename.ext c:\folder\folder\
Then if you want to copy all the files in the current directory on A: to the current directory on C: it is like this:
copy a:*.* c:
If your command prompt is in the destination directory on C: already, to copy the files found in the current directory on A: you could simply type:
copy a:*.*
If your command prompt is in the destination directory on C: already, if you want to copy all the files and the subdirectories from the current directory on A: then I think the command is:
copy a:*.* /s
__________________
2007 BMW 335i E92, Montego Blue on Cream Beige, MT, ZSP, ZPP, CA, PDC, CWP and Style 188 for winter
Appreciate 0