home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR25 / LIKEA_1.ZIP / INSTALL.OVL < prev    next >
Text File  |  1992-09-02  |  563b  |  23 lines

  1. echo off
  2. if "%1"=="" goto bad
  3. :disk1
  4. if not exist %1:sla10.001 goto disk1
  5. addfile sla10.exe %1:sla10.001
  6. :disk2
  7. echo Please insert Disk 2 in Drive %1
  8. pause
  9. if not exist %1:sla10.002 goto disk2
  10. echo Copying Disk2 ...
  11. addfile sla10.exe %1:sla10.002
  12. rem next line runs the self-extracting archive
  13. sla10
  14. del sla10.exe > nul
  15. del addfile.exe > nul
  16. echo Installation completed.  You may ignore the error message,
  17. echo if any, appearing on the next line.
  18. del install2.bat > nul
  19. goto exit
  20. :bad
  21. echo Could not install: no source drive specified
  22. :exit
  23.