home *** CD-ROM | disk | FTP | other *** search
- @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
-
-