I wish to execute another program from my VB program that is located on a remote computer in a peer-to-peer Windows 98 network. That's the easy part. My question is how do I get the remote program to run on the remote computer on which it is installed instead of running on my computer (the computer running my VB app)? This is necessary because the program I will be calling collects system information on the computer on which it is run, and I need the system information from the remote computer, not my own. Any assistance is greatly appreciated.