home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 October / PCO1097.ISO / FilesBBS / OS2 / CUOS208.ARJ / CUOS208.ZIP / SETPPP.CMD < prev    next >
Encoding:
Text File  |  1997-02-20  |  391 b   |  17 lines

  1. /*
  2. */
  3.  
  4. interface = 'ppp0'||d2c(0)
  5.  
  6. Say 'This Rexx will set the TCP/IP interface for CUSeeMe/2 to : 'interface
  7. say 'Do you wish to continue otherwise press CTRL+C now !!'
  8. pull wait
  9.  
  10.  
  11.   call RxFuncAdd 'SysIni', 'RexxUtil', 'SysIni'
  12.  
  13.   Call SysIni 'settings.ini' , 'Settings', 'TCPIP Interface' , interface
  14.  
  15.   say 'TCP/IP Interface has been selected , now start CUSEEME2.EXE'
  16.  
  17.