J
Jaz
I want to copy a file to the desktop of all users
my script
g:
cd g:\home
copy x.txt G:\Documents and Settings\All Users\Desktop
but it gave me
G:\>script
G:\>g:
G:\>cd g:\home
The system cannot find the path specified.
G:\>copy x.txt G:\Documents and Settings\All Users\Desktop
The system cannot find the file specified.
Any help in this issue
Thanks
my script
g:
cd g:\home
copy x.txt G:\Documents and Settings\All Users\Desktop
but it gave me
G:\>script
G:\>g:
G:\>cd g:\home
The system cannot find the path specified.
G:\>copy x.txt G:\Documents and Settings\All Users\Desktop
The system cannot find the file specified.
Any help in this issue
Thanks