Introduction - If you have any usage issues, please Google them yourself
Design and implementation of the Unix " time" command. " Mytime" command via the command line parameter accepts the program to run, create a separate process to run the program, and recording program to run. Under Windows: • Using CreateProcess () to create a process • Use WaitForSingleObject () in " mytime" command and the newly created synchronization between processes • Call GetSystemTime () to get the time