Please help me with this task. I have no idea on this. Even a little direction will be helpful.
I have two Windows PC A, and B
I need to query a special device driver info on Host B from Host A. We have a command-line application which will call a DLL file on B. The old way is to rcmd from A to B, execute the application on B, get the display and text-parse it on A.
I'd like to find a more elegant method, i.e. write an application, which will remotely call the DLL on host B from Host A. so I have all code in VB, no NT script, nor text file parse, etc.
Security is not an issue here. Both hosts are in lab, login/password are same.
I have two Windows PC A, and B
I need to query a special device driver info on Host B from Host A. We have a command-line application which will call a DLL file on B. The old way is to rcmd from A to B, execute the application on B, get the display and text-parse it on A.
I'd like to find a more elegant method, i.e. write an application, which will remotely call the DLL on host B from Host A. so I have all code in VB, no NT script, nor text file parse, etc.
Security is not an issue here. Both hosts are in lab, login/password are same.