In the directory where your program is, type
notepad mytimer.bat, click 'yes' to create a new file.Paste the code below, replacing
YourApp.exewith your program, then save.@echo off date /t time /t YourApp.exe date /t time /tType
mytimer.batin the command line then press Enter.
@echo off
date /t
time /t
YourApp.exe
date /t
time /t
- Type
mytimer.batin the command line then press Enter.