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.
How to get enviroment variable from remote PC
Name: x2aberry Date: June 12, 2009 at 09:52:18 Pacific OS: Windows XP CPU/Ram: 2g Subcategory: Batch
Comment:
I am trying to get an enviroment Variable from a remote PC. I can get a serial number from remote PC using the following command: ----------------------- wmic /node:%computername% bios get serialnumber ------------------------------------- and i've played around trying to get %localserver% from it using this command: ---------- wmic /node:%Computername% environment get localserver ----------------
Summary: Hi.. I have to create a programme in java. What does this programme do is that it needs to get an image from access database and display the image. using JDBC of course. How can do this?What is the sq...
Summary: How to get a return variable from the called batch-file ? I'm having two batch files as follows A.bat : for /f "tokens=* delims=" %%a in (files.txt) do ( call B.bat var1 var2 var3 ) B.bat: set var4=%1...
Summary: Hi, I am implementing a code in visual c. I send a message to the other computer by use net send, and i don't known how to get this message (in orther computer) by visual c. Please help me ...