home *** CD-ROM | disk | FTP | other *** search
/ Kids Cube / 7_Science.iso / etcai125 / etnet.bat < prev    next >
DOS Batch File  |  1994-06-09  |  281b  |  19 lines

  1. @echo off
  2. if %1==on goto setnet
  3. If %1==off goto unset
  4. goto end
  5. :setnet
  6. md system
  7. copy etnet.bat system\etcai.net
  8. echo .
  9. echo NETWORKING INSTALLED -- SHARE MUST BE ACTIVE.
  10. echo .
  11. goto end
  12. :unset
  13. del system\etcai.net
  14. echo .
  15. echo NETWORKING UNINSTALLED
  16. echo .
  17. :end
  18.  
  19.