i have a program which runs two exe file (file1.exe, file2.exe) one after each other .i want to write another program which delay between execution of these two file some thing like this
file1.exe
delay.exe for 10 seconds
file2.exe
i don't have the source of the programs which executes these file. the delay.exe file should be somehow which does let the file2.exe be executed after 10 seconds.any idea?
file1.exe
delay.exe for 10 seconds
file2.exe
i don't have the source of the programs which executes these file. the delay.exe file should be somehow which does let the file2.exe be executed after 10 seconds.any idea?