Scheduler format?

This is the place to get help with Digital Atmosphere, suggest improvements, and get tips.
carseman
Moderator
Posts: 30
Joined: Sun Nov 23, 2003 9:55 pm
Location: Perth, Scotland, UK
Contact:

Re: Scheduler format?

Post 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
Post Reply