I am trying to write a logging program that, when run, does the following.
* writes the date and time to a text file.
* calls\runs an external program (eg minesweeper)
The user should not see the program that performs this and will only see their application.
* If possible it would also be useful to write the date and time that the program finishes.
Any help is greatly appreciated.
* writes the date and time to a text file.
* calls\runs an external program (eg minesweeper)
The user should not see the program that performs this and will only see their application.
* If possible it would also be useful to write the date and time that the program finishes.
Any help is greatly appreciated.