home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CHIP_CD_2004-07.iso / software / nncron_hit / files / nncron189.exe / stopnncron.bat < prev    next >
Encoding:
DOS Batch File  |  2002-04-09  |  163 b   |  12 lines

  1. @echo off
  2. if "%OS%"=="Windows_NT" goto WinNT
  3.  
  4. start/wait nncron.exe -stop
  5. start/wait nncron.exe 2000 PAUSE BYE
  6. goto exit
  7.  
  8. :WinNT
  9. net stop nncron
  10.  
  11. :exit
  12.