home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / comms_networking / irclient / !IRClient / Resources / HostName < prev    next >
Encoding:
Text File  |  1996-09-28  |  506 b   |  18 lines

  1. |
  2. | Hostname guessing script
  3. | © 1996 Matthew Godbolt - part of IRClient
  4. |
  5.  
  6. | Paranoia :)
  7. If "<Inet$HostName>" <> "" Then Obey
  8.  
  9. | FreeDial uses Inet$LocalIP - which we can rely on - I hope!
  10. If "<Inet$LocalIP>" <> "" Then Set Inet$HostName <Inet$LocalIP>
  11. If "<Inet$HostName>" <> "" Then Obey
  12.  
  13. | This is the VT one - I hope !!
  14. If "<VTiIP$Address>" <> "" Then Set Inet$HostName <VTiIP$Address>
  15. If "<Inet$HostName>" <> "" Then Obey
  16.  
  17. | OK - no idea - lets try the BASIC guesser
  18. /<IRClient$Dir>.Resources.IPGuess