(12-29-2023, 03:55 PM)euklides Wrote: Well: a little change to do:Good catch, thanks!
REMOVE_DIR (ccomp$ + "license")
to
REMOVE_DIR (ccomp$ + "licenses")
Thanks for this information !
Simply is also to use the good old windows explorer to kill theese unused directories:
...\internal\c\c_compiler\licenses
...\internal\c\c_compiler\opt
... \internal\c\c_compiler\share
Quote:
Rather than unzipping a fresh copy of PE I simply recreated those directories for program testing, and I recreated and deleted the wrong directory!
I had it right in my original batch file which I used as pseudo-code for the PE version. (scratching my head) Editing mistake I guess.
Fixed in the source above.