in reply to Re: how to make pp-created exe read external config values
in thread how to make pp-created exe read external config values

but you may want to try the Windows environment variables

I guess my question, in short, is -- how do I feed in some variable to an already packaged .EXE before I convert it into a service? So, it is kinda like an installation issue -- I want to be able to intelligently "install" my .EXE on the target computer, give it the correct path name, and then make it into a service. From then on, it will happily read the external config file and work well.

The node you mentioned above seems to be a discussion of CGI environment variables.

  • Comment on Re^2: how to make pp-created exe read external config values