
12-23-2002, 10:34 PM
Like I said before, you have to be in the directory you want to copy the file from, or specify the entire directory if you wish. The structure is...
ex- c:\copy c:\documents\sample.doc a:\temp
if you are already in the directory that the file you want to copy is in, then just type the file as the source and the full destination path
copy <source> <destination>
|