Description: 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
To Search:
File list (Check if you may need any files):
Process_control\windows\hello.cpp
...............\.......\mytime.cpp
...............\进程控制.docx
...............\windows
Process_control