home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0040 - 0049 / ibm0040-0049 / ibm0040.tar / ibm0040 / SIGMA_1.ZIP / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-02-19  |  365 b   |  18 lines

  1.  echo off
  2.  if not exist instmenu.exe goto error1
  3.  instmenu
  4.  pause
  5.  if exist sp.ov? del sp.ov?
  6.  if exist sp.exe del sp.exe
  7.  if exist laserjet.* del laserjet.*
  8.  if not exist decomp.bat goto error2
  9.  decomp
  10.  
  11. :error1
  12.  echo Please change to Installation Disk drive and then type INSTALL.
  13.  goto end2
  14. :error2
  15.  echo Installation cancelled.
  16.  goto end2
  17. :end2
  18.