home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / DISK / CPYDS121.ZIP / CDVERIFY.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-09-02  |  245 b   |  6 lines

  1. echo off
  2. :This batch file lets you specify the Source, Target and temp storage disks
  3. :and automatically sets the /verify switch to do a read-after-write comparison
  4. :of data read from Source to data written on Target
  5. cpydsk %1 %2 %3 /verify
  6.