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

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