posted 19 years ago
hi,
here is my requirement. i want to invoke a local exe from hyperlink. Now, i know that it would not be good and this and that but its really a internal local sort of requirement and nobody would care about sophistication of that application. The path to the exe on client machines is fix and you can assume other neccessary things.
My problem is, how to pass parameters to the exe file? Even if I tell users that you can "open" exe when browser prompts for open/save , how can I pass parameters that exe needs? Parameters are fixed but that exe is not mine so I can't change exe to have fixed input always you know.
Probably it might be helpful if I say I want following,
1. I know mozilla's exe path on local machine
2. I want to invoke mozilla.exe -edit 'filename' (to invoke html editor you know)
OR I want to do,
- invoke firefox.exe -profile "profile" u know...
Please suggest some ideas if you think I can do this somehow.
Thanks
Maulin