Title: Message
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
App Analyst
Fairmont Community Hospital
Fairmont, Mn 56031
320-587-7866
[EMAIL PROTECTED]

 

Reply via email to