Hi
I think this is an important issue :
I cannot update the PATH environment variablewith a custom event (at the start) like this
-Command to run: cmd-Arguments: /c set PATH =%Program Files%\dir1;%Program Files%\dir2
The package splits this event in two commands:
cmd /c set path =%Program Files%\dir1and%Program Files%\dir2I also tried
Arguments: /c "set path =% Program Files% \ dir1;% Program Files% \ dir2"Arguments: "/c set path =% Program Files% \ dir1;% Program Files% \ dir2"it looks like the semicolon is an absolute separator...
What is the solution?
Hello Darlin,
You can use a Custom event to run a batch file that updates PATH the way you want.