home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l076 / 1.ddi / INSTALLR.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-04-11  |  159 b   |  10 lines

  1. echo off
  2. echo Insert Runtime disk in Drive A:
  3. pause
  4. echo on
  5. mkdir runtime
  6. copy a:*.* runtime
  7. echo off
  8. echo True BASIC installed on hard disk.
  9. echo on
  10.