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
Post a Comment