home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / OPNOS2.ZIP / CPYTUT.CMD < prev    next >
OS/2 REXX Batch file  |  1993-02-22  |  193b  |  13 lines

  1. @echo off
  2. copy %1DEPART.*  %2*.*
  3. copy %1EMPLOYEE.*  %2*.*
  4. copy %1WORKERS.*  %2*.*
  5. copy %1DEMO*  %2*.*
  6.  
  7. DEL  %1DEPART.*  
  8. DEL  %1EMPLOYEE.* 
  9. DEL  %1WORKERS.*  
  10. DEL  %1DEMO*  
  11.  
  12. exit
  13.