Page 2 of 2

Re: Scheduler format?

Posted: Wed Mar 13, 2013 10:15 pm
by carseman
I run a compiled Autoit (http://www.autoitscript.com/site/autoit/) script via system scheduler. My dsf files can be anywhere I want.
The scripting language is straightforward. Here is an example of a script that I use (before it is compiled to an Autoit exe file)

Code: Select all

Run("c:\Program Files\DigAtmV2\digatmos.exe c:\aadaws\test41v2z.dsf")
Sleep(200000)
WinClose("Digital Atmosphere")]
Chris