home *** CD-ROM | disk | FTP | other *** search
/ BUG 12 / BUGCD1998_03.ISO / internet / arachne / arachne.exe / SETUP.BAT < prev    next >
DOS Batch File  |  1998-01-15  |  337b  |  18 lines

  1. @echo off
  2. if not (%1)==(-k) goto normal
  3. if not exist pppshare.exe arachne.bat -c
  4. pppshare.exe
  5. ren arachne.bat arachne.tpl
  6. ren klos.tpl arachne.bat
  7. arachne.bat -c
  8. :normal
  9. if not exist welcome.cnm goto setup
  10. type readme.txt|more
  11. pause
  12. cls
  13. mkdir mail
  14. copy welcome.cnm mail\welcome.cnm
  15. del welcome.cnm
  16. :setup
  17. arachne.bat -s
  18.