home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / DOOG / PAPERBOY.ZIP / SETFIXED.BAT < prev    next >
DOS Batch File  |  1986-10-31  |  265b  |  19 lines

  1. echo off
  2. cls
  3. echo  This program will install the
  4. echo  MINDSCAPE floppy disk in drive A
  5. echo  on hard disk directory \%1.
  6. echo  If you do not wish to do this,
  7. echo  press Ctrl-Break.
  8. pause
  9. echo on
  10. c:
  11. cd\
  12. a:install
  13. md\%1
  14. cd\%1
  15. copy a:*.* c:\%1
  16.  
  17.  
  18.  
  19.