a common way to do that (having nothing to do with vbscript) is to use
srvany.exe to automatically invoke the batch as a service at startup.
Assuming you want to wait a minute to ensure some other service has time to
load, a more direct way is to set the "DependsOnService" registry value for
the newly created service. srvany (and its documentation) is in the nt
resource kit.
steve
Quote:
>For example, I want the batch file to run 1 minute after Windows NT starts
>Thanks
>Kevin Hardy