home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ledar34.zip / leda-r-3_4_tar / LEDA-3.4 / lconfig.cmd < prev    next >
OS/2 REXX Batch file  |  1996-09-03  |  389b  |  12 lines

  1. @echo off
  2.  
  3. copy lconfig.bat lconf.cmd                           > NUL
  4. call lconf %1 %2
  5. if exist make_lib.bat copy make_lib.bat make_lib.cmd > NUL
  6. if exist make_lib.bat del  make_lib.bat              > NUL
  7. if exist make_pro.bat copy make_pro.bat make_pro.cmd > NUL
  8. if exist make_lib.bat del  make_pro.bat              > NUL
  9. del lconf.cmd                                        > NUL
  10.  
  11. :quit
  12.