home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CHIP_CD_2004-07.iso / software / nncron_hit / files / nncron189.exe / install_svc.bat < prev    next >
Encoding:
DOS Batch File  |  2002-11-02  |  125 b   |  7 lines

  1. @echo off
  2. call stopnncron.bat
  3. start/wait nncron.exe -q -remove
  4. start/wait nncron.exe -q -install
  5. call startnncron.bat
  6.  
  7.