I've "wrote" the following script to run scheduled every nite to keep an updated copy of the ERD on a central server, why will the batch file run from a command line and not complete within the scheduler...???? The rdisk runs no problem it appears to be something to do with the file copy...????? Any ideas.........!!!!
rdisk /s-
net use z: \\itssfp05\hydra04erd$ /persistent:no
copy c:\wtsrv\repair\*.* z:net use z: /delete
exit
itssfp05 is the "central server" and hydra04erd$ is a share on this server.....
It's set-up as a batch file, although started life as a command file.....
rdisk /s-
net use z: \\itssfp05\hydra04erd$ /persistent:no
copy c:\wtsrv\repair\*.* z:net use z: /delete
exit
itssfp05 is the "central server" and hydra04erd$ is a share on this server.....
It's set-up as a batch file, although started life as a command file.....