Page 1 of 1

Have LC Call another program to run at specific time intervals

Posted: Mon Aug 28, 2023 1:05 am
by trags3
Hi Is it possible to have LC run another .exe file at specific time intervals?
Tom

Re: Have LC Call another program to run at specific time intervals

Posted: Mon Aug 28, 2023 4:44 am
by FourthWorld
Yes. The shell function can run command line apps, the launch command can launch GUI apps. LC has extensive features for time.

One of the simplest ways to have something happen at a specified interval is to use the "send <command name> in <interval> seconds". See the Dictionary entry for the send command for details.