0

I have a VBSCRIPT file that is used to backup a database once every day at a particular time, this was done using task scheduler but my problem now is this script requires you to press ok or cancel to complete the operation.

In the run command line of the Scheduler is there any switch that I can use so that it does not sit and wait for me to click ok to complete the task?

1 Answer 1

2

I would think it would be the VBScript calling up the dialog (MessageBox), and not TaskScheduler. You need to look at the script file and delete or comment out the lines that do that.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .