Calls another executable with parameters specified in a file
Building on Linux
This project uses Cmake build system. On Linux, simply type:
cmake .
make
The resulting executable will be called caller
Building on Windows
See http://www.cmake.org/cmake/help/runningcmake.html
Usage:
-
Put
caller.exe
to the file the other executable is located -
Create a file called
command.txt
in the same directory -
In
command.txt
, put the other executable's name followed by it's parameters. For example:game.exe -fullscreen
-
Run
caller.exe
This program was originally written for use with Gameranger, as it does not allow to execute a game with arguments.