I'm trying to get a VBScript to run in the Windows 2000 Server Scheduler but so far have been unsuccessful. If I put only the path and script name, it loads into the editor rather than running the script because that's how it is accociated. I am unsure of what application actually runs VBScript and do not want to change the associations that are currently in place. It appears to be asp.dll but that is not a scheduler-type application, so I tried cmd:
C:\WINNT\system32\CMD.EXE /c dir > C:\Websites\cgi-bin\clear_temp.asp
It gives no errors but neither does it work - the script does not run. What application should I be using to run scripts this way? If it were Perl or PHP, it would be straight-forward (probably) but with VBScript, I cannot find an application with which to run it!
If this is a duplicate post, I apologize. I thought I posted the question yesterday but couldn't find it today. Don
don@pc-homepage.com
Experienced in HTML, Perl, VBScript, PWS, IIS and Apache. Run OS/2 Warp 4, BeOS v5 and Windows NT/2000 (only when I have to!)
C:\WINNT\system32\CMD.EXE /c dir > C:\Websites\cgi-bin\clear_temp.asp
It gives no errors but neither does it work - the script does not run. What application should I be using to run scripts this way? If it were Perl or PHP, it would be straight-forward (probably) but with VBScript, I cannot find an application with which to run it!
If this is a duplicate post, I apologize. I thought I posted the question yesterday but couldn't find it today. Don
don@pc-homepage.com
Experienced in HTML, Perl, VBScript, PWS, IIS and Apache. Run OS/2 Warp 4, BeOS v5 and Windows NT/2000 (only when I have to!)