StoneColdphoneman
Technical User
I'm trying to setup script to capture file and then push it to my PC
I got most of the script to work, the only issue that I’m having is TIME.
I start my script at 02:00:00 it runs until 23:59:50 --- this works fine
When I start my script at 02:00:00 and I’m trying to run it till 01:00:00
Script runs and when it gets to time check it shuts down.
Here's the script:
PROC TIMECHECK
waituntil "01:00:00"
capture off
disconnect
pwexit
ENDPROC
I got most of the script to work, the only issue that I’m having is TIME.
I start my script at 02:00:00 it runs until 23:59:50 --- this works fine
When I start my script at 02:00:00 and I’m trying to run it till 01:00:00
Script runs and when it gets to time check it shuts down.
Here's the script:
PROC TIMECHECK
waituntil "01:00:00"
capture off
disconnect
pwexit
ENDPROC