Can I compile GroundControl macros?
GroundControl is a scripting utility for automating tasks. It was designed primarily as a tool to be used either stand alone, or with a task scheduler to automate common tasks easily without a lot of complicated programming. In it you will find functions to perform operations such as running a program, executing a DOS command and sending keys to a running application. You will also find functions for checking conditions such as if a file exists or when disk space is low. GroundControl is not a programming language for compiling your own programs for distribution, such as Visual Basic or C++. It is a tool for editing and executing your own macro/script files that you build from GroundControl’s command set, but you must have a copy of GroundControl installed on each machine that you wish to execute those scripts on. You cannot turn those scripts into exe files for distribution. If what you are looking for is a tool that you can use to quickly and easily build scripts to perform tasks the