I have an executable that requires an argument to follow it, namely a root directory.
I have the executable installed with i's dependancies on a server.
A user will add content to the root directory, and then need to execute the exe. However, to supply the argument to the executable I need to call it in a command line.
How do I go about creating a link for users who access a remote share, so that a user may click on an object, and launch the application on the share along with it's argument, and have it so that all teh work takes place on teh remote server, non on the local machien of the user trying to launch the app.
I;ve tried a few things in powershell and CMD, but can't get the app to function remotely, with the additional required string dictating the root area...
Any help very welcomed