home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / pcmag / vol12n08.zip / ROCOPY.BAT < prev    next >
DOS Batch File  |  1992-09-12  |  236b  |  7 lines

  1. @ECHO OFF
  2. REM ROCOPY.BAT - Copies files matching first parameter to directory
  3. REM   specified by second parameter, even if a read-only file of
  4. REM   the same name exists in the target directory.
  5. REPLACE %1 %2 /R
  6. REPLACE %1 %2 /A
  7.