RE: [URGENT]Copy file from my documents to A: In command prompt
Syntax:
COPY SOURCE DESTINATION
eg:
copy "c:\my documents\aaa.doc" a:
Syntax:
DIR path_or_filename [/W] [/P]
can include wildcards
/W optional, show the list in a wide view
/P optional, show the list page per page
eg:
dir "c:\my documents\*.doc"
dir "c:\my documents\hello?.exe" /p
dir "c:\my documents\a*.xls" /w
more detailed help can be found if you enter the /? parameter after the command you want to use. eg:
dir /?
cd /?
copy /?
etc...
This post was edited on 10-08-2006 at 09:33 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
|