Hi,
I'm using Progress version 9.1e and I'm trying since days to extract the adecomm.pl and adeedit.pl files. Progress has a nice batch file on-board which should do this automatically.
Progress installation in Path L:\dlc91 , so I set the %DLC% variable to "L:\dlc91" also. Furthermore the extractpl suggests that you include the %DLC%/bin directory into the path. I also did this. Here are both commands:
set DLC= L:\dlc91
set PATH=%DLC%\bin
Typing "SET" in a DOS prompt I get the vars (I think correctly):
DLC=L:\dlc91
Path=L:\dlc91\bin
Alright I thought, everything is correct, lets try to unpack the files with the following line:
extractpl adeedit.pl AND extractpl adecomm.pl
The batch file creates the directoy but then prolib (which gets called by the batch file) tells me:
The DLC environment variable must contain a valid directory/path (11002).
I also tried the same thing in the proenv environment, but I still get the same error.
Did someone has the same problem or does anyone has a solution to my problem ?
Thanks in advance
Mav
I'm using Progress version 9.1e and I'm trying since days to extract the adecomm.pl and adeedit.pl files. Progress has a nice batch file on-board which should do this automatically.
Progress installation in Path L:\dlc91 , so I set the %DLC% variable to "L:\dlc91" also. Furthermore the extractpl suggests that you include the %DLC%/bin directory into the path. I also did this. Here are both commands:
set DLC= L:\dlc91
set PATH=%DLC%\bin
Typing "SET" in a DOS prompt I get the vars (I think correctly):
DLC=L:\dlc91
Path=L:\dlc91\bin
Alright I thought, everything is correct, lets try to unpack the files with the following line:
extractpl adeedit.pl AND extractpl adecomm.pl
The batch file creates the directoy but then prolib (which gets called by the batch file) tells me:
The DLC environment variable must contain a valid directory/path (11002).
I also tried the same thing in the proenv environment, but I still get the same error.
Did someone has the same problem or does anyone has a solution to my problem ?
Thanks in advance
Mav