|
Answer» when i TRY to run this COMMAND
C:\>copy \\bar-it-hosts\Shared\putty.exe C:\Documents and Settings\All Users\Desktop
The syntax of the command is incorrect.
how do i fix it???hey,
if you want to have spaces in the file or FOLDER path, you have to wrap them around " " otherwise the command promt will SEE them as the END of the command.
Code: [Select]C:\>copy \\bar-it-hosts\Shared\putty.exe "C:\Documents and Settings\All Users\Desktop\putty.exe"
oh, and i added the file name that your copying.
btw, putty rules!!
|