home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / I265.ZIP / b_movit2.cmd < prev    next >
OS/2 REXX Batch file  |  1992-08-05  |  68b  |  6 lines

  1. rem movit.cmd
  2. copy %1 %2
  3. @if errorlevel 1 goto end
  4. del %1
  5. :end
  6.