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

PerlSvc::exe()
  • Comment on Re: how to make pp-created exe read external config values

Replies are listed 'Best First'.
Re^2: how to make pp-created exe read external config values
by punkish (Priest) on Jan 05, 2005 at 01:41 UTC
    PerlSvc::exe()

    I can't figure out for the life of me how this is supposed to help me in what I need.

      That is a function that returns the pah to the .exe file.
        That is a function that returns the pah to the .exe file
        well, I already know the path to the exe file because I put the exe file there. My problem is that I want to now change something inside the exe file before making it into a Windows service. Except, the target computer on which the exe file resides does not have Perl (after all, that is why I made an exe file in the first place).

        In short, I need to know how I could change something inside the exe file created by pp before I convert it into a service.