Board index » Visual Studio » Scheduling a vbscript

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


-
 

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.

|

|





-