passing a string to the launcher
Hey, I'm in the final stages of a portable app launcher, but for one final configuration piece, I need to pass a string to the launcher from another .exe (basically, as a command line parameter), so basically the launcher would be called by the command "MyPortableLauncher.exe" -stringgoeshere
Basically, I'm passing the launcher an environment variable that exists only within the app itself and is semi-random (I think it's user-specific), and other weird stuff, so I can only get the string into the launcher in one of two ways, both involving passing via a parameter in an executable call.
- Read more about passing a string to the launcher
- 7 comments
- Log in or register to post comments