home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / netdor3.zip / DISK_13 / IMAGE12.ZIP / CATALOG / dmobput.cmd < prev    next >
OS/2 REXX Batch file  |  1994-12-12  |  244b  |  11 lines

  1. /**/
  2. call RxFuncAdd 'RXCOUINFO','COUENV','RXCOUINFO'
  3. call RxFuncAdd 'RxOS2Ini','RXUTILS','RxOS2Ini'
  4. inifile=RXCOUINFO('GET','INIFILE')
  5.  
  6. parse arg ndm2 netd .
  7. ndm2=strip(ndm2)
  8.  
  9. call RxOS2Ini inifile,"NDM2NETD",ndm2,netd
  10. return result
  11.