Source code of Windows XP (NT5)
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.

14 lines
304 B

  1. @ECHO OFF
  2. net start schedule
  3. IF NOT ERRORLEVEL 0 GOTO BUG
  4. tint.exe
  5. net stop schedule
  6. goto :EOF
  7. BUG:
  8. @ECHO ------------------------------------------------------------
  9. @ECHO FAILURE!!! Unable to start the SCHEDULE service
  10. @ECHO ------------------------------------------------------------