I'd like to have an app display the windows directory on a remote computer. For example, I need to find the windows directory of a computer named WS1.
It should return..
This may be a long winded way of doing it but I'm in the throws of developing a system analyser for my company and I am getting it to run the SET command at the DOS prompt.
I doubt it's many steps from there to getting the SET output to a file and having that file e-mailed to you.
Hope I was of some help.
-----------------
Cogito Ergo Sum
-----------------
You'll need to be an administrator on the other machine, but I would just display the contents of the registry key:
HKLM\Software\Microsoft\Windows NT\CurrentVersion\PathName
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.