ASNA Visual RPG for .NET and AVR Classic both have the OSEXEC
operation code. OSEXEC
lets you launch an executable or batch file in its own process. The command line to launch is specified with the CmdLine
keyword. The string you provide for CmdLine
can have a fully qualified reference to the executable or you can use OSEXEC's
Directory keyword to specify the path of the executable.