Webutil – how to store the command output using webutil.
I know how to run command in client PC accessing web application through browser using the webtil. But my requirement is to save that command output in some temp variable to use in my application.
For example: to find domain name, use this command…….
cmd> set | find /i "USERDOMAIN"
please advice how to achieve the same.
0