Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
605 B

  1. The following changes were made to the existing Timeout.exe utility-
  2. 1. We have added a new switch ( /T ) for entering the timeout value.
  3. 2. We have removed all the printf statements and replacing them with ShowMessage().
  4. 3. The help/usage has been modified.
  5. 4. We have modified the logic to calculate the width of the timeout value entered.
  6. 5. We have added a function to get the command line arguments.
  7. 6. We have added a function to print the output messages.
  8. 7. We have moved all the strings to the .rc file.
  9. Note: It is assumed that there are no DCR�s and that the code is working fine.