in reply to Re^2: config env script help building gradle from perl script (system/open tips needed)
in thread config env script help building gradle from perl script (system/open tips needed)

My suggestion is different because batch files executed by cmd.exe modify the environment of the cmd.exe process they are called in.

  • Comment on Re^3: config env script help building gradle from perl script (system/open tips needed)
  • Select or Download Code

Replies are listed 'Best First'.
Re^4: config env script help building gradle from perl script (system/open tips needed)
by gj2666 (Beadle) on Jun 13, 2013 at 15:37 UTC
    so...
    Why not simply write a batch file (using Perl) that invokes the environment setup...
    ...you're saying create a .bat or .cmd file can be created containing perl code?

    Never occurred to me to try something like that.

    (*brain collapsing in on itself*)