Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Identifying "name" of computer
#1
Hi,
Is there a simple way to determine the name of a computer on the network and put it into a string?

Thanks!!
Stuart
#2
To get current computer name, use function GetUserComputer. I also have code to get names of all network computers.
#3
could you show an example.

this will show the current user.

str currentuser
GetUserComputer(currentuser)
out currentuser


How do I show the current computer "name" instead of the user

thanks, nate
#4
if you put "GetUserComputer" and then hit F1 it will give you the help text of the function.
let me know if you can't get the help text to show up.
An old blog on QM coding and automation.

The Macro Hook


Forum Jump:


Users browsing this thread: 1 Guest(s)