home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
High Voltage Shareware
/
high1.zip
/
high1
/
DIR25
/
ETCA124A.ZIP
/
ETNET.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-04-09
|
281b
|
19 lines
@echo off
if %1==on goto setnet
If %1==off goto unset
goto end
:setnet
md system
copy etnet.bat system\etcai.net
echo .
echo NETWORKING INSTALLED -- SHARE MUST BE ACTIVE.
echo .
goto end
:unset
del system\etcai.net
echo .
echo NETWORKING UNINSTALLED
echo .
:end