Board index » Visual Studio » Scheduling a vbscript
|
mrboloyen
|
|
mrboloyen
|
Scheduling a vbscript
Visual Studio249
Hi room I have a vbscript that run on win2k and winNT. the script map the drive from remote computer and copy some file over. It work great as I double click on it. however, it is not run when I schedule it run from AT command. anyway that I can fix this? any advice is appriciated - |
| Dave
Registered User |
Mon Apr 19 18:27:53 CDT 2004
Re:Scheduling a vbscript
Remember that mapped drives will not exist when no one is logged on. Use UNC
path instead. -- Regards, Dave Patrick ....Please no email replies - reply in newsgroup. Microsoft Certified Professional Microsoft MVP [Windows] www.microsoft.com/protect">www.microsoft.com/protect "joseph" wrote: | Hi room, | | I have a vbscript that run on win2k and winNT. the script map the drive from remote computer and copy some file over. It work great as I double click on it. however, it is not run when I schedule it run from AT command. anyway that I can fix this? any advice is appriciated. | | - |
