S
SteveC
I need the dos command for copying a file from one computer to another
copy //mycomputer/directory/file.wht c:/directory/file.wht
This works fine on mycomputer but when I try it from another computer, it
won't work. I guess I could say which computer I mean for the destination
file but I need it to work on whatever computer the batch file is run from.
Any pointers?
copy //mycomputer/directory/file.wht c:/directory/file.wht
This works fine on mycomputer but when I try it from another computer, it
won't work. I guess I could say which computer I mean for the destination
file but I need it to work on whatever computer the batch file is run from.
Any pointers?