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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
2002-04-09
|
163 b
|
12 lines
@echo off
if "%OS%"=="Windows_NT" goto WinNT
start/wait nncron.exe -stop
start/wait nncron.exe 2000 PAUSE BYE
goto exit
:WinNT
net stop nncron
:exit