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