import File; // example.exe を実行 // ("argA/B/C"はプログラムに渡す引数) string programPath = getFilePath("example.exe"); system(programPath, "argA", "argB", "argC");