home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / vrac / showdos.zip / INSTSHOW.BAT < prev    next >
DOS Batch File  |  1995-05-17  |  671b  |  20 lines

  1. echo off
  2. cls
  3. echo.
  4. echo INSTALLATION PROGRAM FOR *SHOW*
  5. echo.
  6. echo This program will create the directory C:\QLD
  7. echo Quick-Load files generated by SHOW will go into this directory.
  8. echo.
  9. echo In addition to that, this program copies SHOW.EXE and TXTCRLF.EXE
  10. echo to your C:\ (main) directory.  This will allow you to access SHOW
  11. echo and TXTCRLF from any drive or directory/subdirectory.
  12. echo.
  13. echo For more information, type SHOW /? or SHOW SHOWADD.TXT.
  14. echo SHOW is SHAREWARE.  This program is fully functional & complete.
  15. echo TXTCRLF.EXE is FREEWARE.  See SHOWADD.TXT for further details.
  16. echo on
  17. md c:\qld
  18. copy show.exe c:\
  19. copy txtcrlf.exe c:\
  20.