home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / VB / VB012A.ZIP / MAKE720K.BAT < prev    next >
DOS Batch File  |  1991-09-29  |  545b  |  22 lines

  1. echo off
  2. cls
  3. echo Swapping in 720K installation program.
  4. echo                                      .
  5.  
  6. copy install.da7 install.dat
  7. copy disk.id7 disk.id
  8. del install.da7
  9. del disk.id7
  10.  
  11.  
  12. cls
  13. echo Swap complete.  720K installation program now installed.
  14. echo                                                     .
  15. echo                                                  .
  16. Echo Test INSTALL once before duplicating 3.5" disk.
  17. echo                                            .
  18. echo                                         .
  19.  
  20. pause
  21.  
  22.