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

  1. @echo off
  2. if "%OS%"=="Windows_NT" goto WinNT
  3.  
  4. :Win95
  5. nncron.exe
  6. goto exit
  7.  
  8. :WinNT
  9. net start nncron
  10.  
  11. :exit
  12.