home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c072 / 1.ddi / PRG5_2.BAT < prev    next >
Encoding:
DOS Batch File  |  1987-09-19  |  192 b   |  9 lines

  1. echo off
  2. prg5_2 Do you want RAM resident software installed?
  3. if errorlevel 1 goto :dont
  4. echo Installing Ram residents
  5. goto :exit
  6. :dont
  7. echo Not installing Ram resident programs
  8. :exit
  9.