Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


mmclaughlin@cpiaero.com
2017-05-15T15:56:22Z
Morning all!

Using trial version 8.2.6 and have a batch file that does some updating and needs a few seconds to pause before copying the file to our network. To accomplish the pause, I use the CHOICE command. My task blows right by the CHOICE command and writes the file before it's completed updating. Any pointers? Thanks in advance!
Sponsor
Forum information
ErikC
2017-05-16T06:48:46Z
Hi mmclaughlin, welcome to the forum!

What you can do is split the batchfile in two parts and use the internal pause task of visualcron.
You might even let visualcron do all the tasks in the batchfile, but i don't know the code in there.

The issue might be something to do with that the CHOICE command needs screen input

Regards
Erik
Uses Visualcron since 2006.
Support
2017-05-16T12:33:19Z
Yes, as Erik is saying the CHOICE expects interaction with the window. I would use other sleep command.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Scroll to Top