home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR8 / FOLDPCW.ZIP / AUTOINST.BAT next >
DOS Batch File  |  1993-05-04  |  382b  |  19 lines

  1. echo off
  2. cls
  3. CLS
  4. a:
  5. if exist c:\pcw\ed.exe goto goon
  6. if not exist c:\pcw\ed.exe goto lite
  7. :lite
  8. if exist c:\pcw\lite.exe goto goon
  9. if not exist c:\pcw\lite.exe goto lite
  10. :goon
  11. Copy *.* c:\pcw\*.*
  12. del c:\pcw\autoinst.bat
  13. c:
  14. cd c:\pcw
  15. edstart
  16. :stop
  17. echo PC-WRITE/LITE NOT INSTALLED IN DIRECTORY "C:\PCW"
  18. ECHO UNABLE TO COMPLETE INSTALLATION OF "THE FOLDER SYSTEM"
  19.