how to get my computer's name in setup factory?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • bloom
    Forum Member
    • May 2010
    • 1

    how to get my computer's name in setup factory?

    how can I get my computer's name in setup factory? thanks
  • Ulrich
    Indigo Rose Staff Member
    • Apr 2005
    • 5103

    #2
    Search for System.GetLANINfo() in the help file.

    Ulrich
    Last edited by Ulrich; 05-15-2010, 09:11 PM.

    Comment

    • jcuster
      Indigo Rose Customer
      • Jul 2001
      • 133

      #3
      Originally posted by Ulrich View Post
      Search for System.GetLANINfo() in the help file.

      Ulrich
      the following registery key contains the computer name on a XP system.

      HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\ComputerName\ComputerName

      String Value: ComputerName

      Comment

      • Sagar161289
        Forum Member
        • Mar 2012
        • 1

        #4
        Computer Name

        lan_info=System.GetLANInfo();

        strHost=lan_info.Host;

        From strHost you can get your computer name

        Comment

        Working...
        X