|
I want to schedule a
script to run with the scheduler from BostonWorkstation6.5. I wrote this
little test script, opened the scheduler,clicked on Add, chose some
days and times and months, clicked OK. I have tried "Run Now". I can't
seem to make it run more than one time. Below is the script. What have I
overlooked?
Do I have to leave
the scheduler open? Do I have to leave the script open? Thanks for
any help. Judy
Sub Main()
'Simple check on the scheduler F = FreeFile Open "C:\JUNK\Timer.txt" For Append As F Print #F, "What time is it? " & Date & " " & Time Close #F End Sub
Judy Hartzler |
Title: Message
- [Talk] scheduler Hartzler, Judy J.
- RE: [Talk] scheduler Zimmerman, Scott
- [Talk] Scheduler Shirley Hammack
- RE: [Talk] Scheduler Mitchell Sherry - Mid West Div.
- RE: [Talk] Scheduler Thomas Mcmanus
