home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / doconfig.zip / ALCONFIG.CMD < prev    next >
OS/2 REXX Batch file  |  1995-08-31  |  988b  |  37 lines

  1. @echo off
  2. rem 31.08.95    de Rol
  3. rem replace the *.set with your own *.set files
  4. rem for the *.set you don't need write a rem in those lines
  5.  
  6. doconfig %1 watcom.set >config.new
  7.  
  8. doconfig config.new 4os2.set >config.ne2
  9. doconfig config.ne2 bcc.set >config.new
  10.  
  11. doconfig config.new cdrom.set >config.ne2
  12. doconfig config.ne2 emtex.set >config.new
  13.  
  14. doconfig config.new genius.set >config.ne2
  15. doconfig config.ne2 gnu.set >config.new
  16.  
  17. doconfig config.new ibmcom.set >config.ne2
  18. doconfig config.ne2 ibmlan.set >config.new
  19.  
  20. doconfig config.new icc.set >config.ne2
  21. doconfig config.ne2 mptn.set >config.new
  22.  
  23. doconfig config.new slick.set >config.ne2
  24. doconfig config.ne2 slink.set >config.new
  25.  
  26. doconfig config.new sql.set >config.ne2
  27. doconfig config.ne2 tcpip.set >config.new
  28.  
  29. doconfig config.new vxrexx.set >config.ne2
  30. doconfig config.ne2 wal.set >config.new
  31.  
  32. copy     config.new          config.ne2
  33. doconfig config.ne2 sio.set >config.new
  34.  
  35. del config.ne2 
  36.  
  37.