home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo *** Copying utility ***
- echo .
- echo Please insert the disk to be copied in drive B:
- echo Please insert the destination disk in drive A:
- echo .
- echo (type control-break to abort)
- pause
- echo .
- ech∩ All files on the disk in drive A: will be deleted.
- del a:*.*
- copy b:*.* a: