home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rxfiles.zip / hostid.bat < prev    next >
DOS Batch File  |  1997-08-04  |  478b  |  15 lines

  1. /**/
  2.  
  3. say 'get its name = >' || RXHOSTID( ) || '<'
  4. say 'clear a name = >' || RXHOSTID('' ) || '<'
  5. say 'get its name = >' || RXHOSTID( ) || '<'
  6.  
  7. say 'set new name = >' || RXHOSTID( '123456789abcdef' ) || '<'
  8. say 'get its name = >' || RXHOSTID( ) || '<'
  9.  
  10. say 'clear a name = >' || RXHOSTID( '' ) || '<'
  11. say 'set new name = >' || RXHOSTID( '               ' ) || '<'
  12. say 'get its name = >' || RXHOSTID( ) || '<'
  13.  
  14. say 'set new name = >' || RXHOSTID( 'xyzzy' ) || '<'
  15.