home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / progmisc / euphor10.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-07-07  |  281b  |  19 lines

  1. @echo off
  2. if not exist bin\ex.exe goto flat
  3. :start
  4. cd bin
  5. ex install
  6. cd ..
  7. goto done
  8. :flat
  9. if exist ex.exe goto makedirs
  10. echo ex.exe not found.
  11. echo Installation aborted.
  12. echo See install.doc for instructions.
  13. goto done
  14. :makedirs
  15. ex setupdir.ex
  16. goto start
  17. :done
  18.  
  19.