home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 14 / 14.iso / s / s024 / 1.ddi / AUTOEXEC.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-01-26  |  177 b   |  9 lines

  1. @ECHO OFF
  2. if exist INSTALL.EXE goto install
  3. :no_install
  4. ECHO Insert the UTILITIES 1 disk in drive A:
  5. pause
  6. if not exist INSTALL.EXE goto no_install
  7. :install
  8. INSTALL.EXE
  9.