shawnnason
Programmer
I have written a VB application that performs registry upgrades. I now want to modify it so that the program can be run remotely. I would like to be able to run, from a remote machine, a VB application that uses the shell "net use" command. I want to allow the remote user to make a few choices, then have the remote app pass those choices along to the local app as parameters that the local app uses. Is there a way for a VB app to accept command line arguments? Also, is there a way to get a return code from a shell command to know if it has completed? Right now I have a delay set up that takes X amount of time, but I don't want to wait X each time if it only takes a second or two. So, Id like to use the return as a trigger to end the delay.
Shawn
Shawn