How do you pass arguments to a published application?

TCW78

New member
Joined
Oct 22, 2008
Messages
4
Programming Experience
1-3
Hi,

I got an application that you need to pass parameters to in order for it to work, that works great.

The problem is : when I publish it on the network it creates the setup.exe that the user calls each time to run the application to make sure they have the last version, but the parameters passed doesn't get to the application.

Example :

If I call setup.exe '2009-01-15', when the application starts it tells me that no parameter was passed.

Can someone help?

Thanks

TCW78
 
Back
Top