import File; // Execute example.exe // ("argA/B/C" are arguments passed to the program) string programPath = getFilePath("example.exe"); system(programPath, "argA", "argB", "argC");