scheduling vbscript using the task scheduler

  • Thread starter Thread starter nelson
  • Start date Start date
N

nelson

can you schedule a vbscript using the task scheduler? if
yes what is the syntax? i tried just entering the name
of the script in the "run" field and it didnt work.

thanks,
nelson
 
hello david,

tried that too. i created a very simple script with just
one line, msgbox "hello". when i use the task scheduler
it runs the task but no msgbox is displayed. after
waiting 5 minutes the status still says that it is
running but nothing is happening and i have to end task
it.

thanks,
nelson
 
If you want to see the dialog (and it's still running because you didn't and can't click ok) then use the user/password of the current logged on user.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Access Dcount (multiple criteria) 3
Scheduled Tasks 5
schedule a task 1
Scheduled Tasks not Running 3
Task Scheduler Error 0x80070005 1
Task Scheduler Cannot Be Started 5
Task Scheduler 1
Unknown task scheduled starting 2/1/08 6

Back
Top