home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 293.img / KQ1-1.ZIP / GETDISK.BAT < prev    next >
DOS Batch File  |  1990-09-11  |  225b  |  13 lines

  1. echo off
  2. cls
  3. :start
  4. exists %2:resource.00%1
  5. if not errorlevel 1 goto copyit
  6. echo Please insert the disk labeled "Disk %1" in drive %2.
  7. pause
  8. goto start
  9.  
  10. :copyit
  11. echo Please wait, copying files...
  12. copy %2:*.* >nul
  13.