home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / starwl60.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-11-16  |  596b  |  20 lines

  1. echo off
  2. cls
  3. echo ┌─ Pavilion Software ─────────────────────────────────┐
  4. echo │                                                     │
  5. echo │ We have added a few extra files to the installation │
  6. echo │ procedure.  Please keep this disk in the drive      │
  7. echo │ until you EXIT StarWriter 6.0                       │
  8. echo │                                                     │
  9. echo └─────────────────────────────────────────────────────┘
  10.  
  11. pause
  12. Install2
  13. if exist c:\swlite\lite.exe copy a:*.txt c:\swlite
  14. goto exit
  15. if exist d:\swlite\lite.exe copy a:*.txt d:\swlite
  16.  
  17. :exit
  18.  
  19.  
  20.