home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / e / e010 / 1.ddi / JUNK.BAT < prev    next >
Encoding:
DOS Batch File  |  1979-12-31  |  384 b   |  13 lines

  1. echo off
  2. echo *** Copying utility ***
  3. echo .
  4. echo Please insert the disk to be copied in drive B:
  5. echo Please insert the destination disk in drive A:
  6. echo .
  7. echo (type control-break to abort)
  8. pause
  9. echo .
  10. ech∩ All files on the disk in drive A: will be deleted.
  11. del a:*.*
  12. copy b:*.* a:
  13.