command line arguments - how to host an exe with a dynamic commandline parameter -


i have installer exe takes channel_id param command line parameter , uses it. channel_id may different different downloads , installs. want host installer exe on web in such way when it's downloaded , executed (by double clicking) channel_id passed in someway ,which should equivalent running installer exe in cmd channel_id below.

cmd> myinstaller.exe channel_id.

how possible ?

you can append data end of .exe file.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -