Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VBScript - find machine name or IP
Name: humerick Date: July 5, 2006 at 06:58:33 Pacific OS: XP CPU/Ram: Intel Product: Dell
Comment:
I need to find out either the machine name or IP address of a pc that kicks off a particular process on our server. I can find the PID of the process with no problem, but I need to be able to trace that back to the pc that started it. Process Owner is not what I am looking for, because that does not give me the pc name. Does anyone know how to do that in VBScript?
Summary: Where you would "echo" the variables, I would REG ADD them and then read them. The installer is an IBM installer and I cannot change that. The install changes from machine to machine as I mentioned. ...
Summary: Help on Borland 3.x C++. How do I write code for Phone-Book Progam. Need to Know-How to write a Search-Code. Search By: Name or Street-or-Phone-Number or First-or-Last-name... ect.. So that if more th...
Summary: You could use 'net send' if you are sending files through a network (which I am assuming). There could be other ways to do it like through netBIOS but in either situation you'd have to know the remote...