Good job I remembered about DOS Batch files.
Don't need Getchar() at all.
Just write the batch file to change directory (cd) to the folder where the program resides.
type the name of the exe program and on the next line type pause.
example:
cd\
wallpaper_calculator.exe
pause