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

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

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

javascript - storing input from prompt in array and displaying the array -