import File; // ファイルパス処理などを提供する標準ライブラリ string path = getFilePath("test.exe"); // 実行したいプログラムの絶対パスを取得 exec(path, "aaa", "bbb", "ccc"); // 実行(非同期)