Aug 15, 2005 #1 rekhatr10 Programmer Apr 2, 2004 67 US How do you automate running of a vbs file? Any help is appreciated. Right now I run it through command prompt using cscript Thank you
How do you automate running of a vbs file? Any help is appreciated. Right now I run it through command prompt using cscript Thank you
Aug 15, 2005 #2 PHV MIS Nov 8, 2002 53,708 FR In a console window executes at /? Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
In a console window executes at /? Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
Aug 15, 2005 Thread starter #3 rekhatr10 Programmer Apr 2, 2004 67 US Can you explain furture if you don't mind. I am new to this Thank you Upvote 0 Downvote
Aug 15, 2005 #4 PHV MIS Nov 8, 2002 53,708 FR What is your meaning of 'automate running' ? AT is the standard NT task scheduler used to automate tasks. Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
What is your meaning of 'automate running' ? AT is the standard NT task scheduler used to automate tasks. Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
Aug 17, 2005 #5 Kendel Programmer Apr 24, 2002 1,512 US You can schedule to run it in ControlPanel/ScheduledTasks Upvote 0 Downvote
Aug 19, 2005 1 #6 sn0rg IS-IT--Management Aug 5, 2005 95 GB Click Start, Run. Type CMD, click OK. In the window that opens, type: AT 10:00 "cscript myvbscrip.vbs" That would execute the script at 10am. For more help on using the At command, type "at /?" Hope that helps, and I'm not being patronising.... Upvote 0 Downvote
Click Start, Run. Type CMD, click OK. In the window that opens, type: AT 10:00 "cscript myvbscrip.vbs" That would execute the script at 10am. For more help on using the At command, type "at /?" Hope that helps, and I'm not being patronising....