I have a terminal server that is connected to development server.
In my development server there is a shared folder that many ".exe" files contained.
What i want is any terminal on my terminal server that has permission to that shared folder should be able to start the ".exe" files.
But these ".exe" files cannot work on the terminal server. These ".exe" files required to work in my development server.
For that reason im trying to create an executer that will execute the ".exe" files i defined in my development server. How can i achive this in vb6?
