- Dec
- 32
- 0
Before upgrading to TCC 30, I have used 4NT 5.0 (since 2004) with a complex setup for my PATH.
Like f:\gv\4nt\environ.nt with:
etc. And reloading it with env /r f:\gv\4nt\environ.nt.
MASTER_PATH then gets assigned to PATH (in another .btm-file) and further modified depending on
which GNU-C compiler I want to use etc.
Now with TCC I have to write it in this IMHO ugly way (no leading spaces):
since I fail to get the a set PATH=%@trimall[%PATH] to work correctly.
It e.g. replaces c:\Program Files into c:\ProgramFiles. How do I do this?
Like f:\gv\4nt\environ.nt with:
Code:
MASTER_PATH=f:\gv\bat;^
f:\util;^
f:\util\zip-tools;^
f:\util\NirSoft2;^
f:\util\WinFlex;^
f:\util\nant-0.92\bin;^
%MINGW32\bin\CMake3-24\bin;^
%MINGW32\src\Sound\FFmpeg\bin;^
%MINGW32\src\inet\Crypto\OpenSSL\bin;^
etc. And reloading it with env /r f:\gv\4nt\environ.nt.
MASTER_PATH then gets assigned to PATH (in another .btm-file) and further modified depending on
which GNU-C compiler I want to use etc.
Now with TCC I have to write it in this IMHO ugly way (no leading spaces):
Code:
MASTER_PATH=f:\gv\bat;^
f:\util;^
f:\util\zip-tools;^
f:\util\NirSoft2;^
f:\util\WinFlex;^
f:\util\nant-0.92\bin;^
%MINGW32\bin\CMake3-24\bin;^
%MINGW32\src\Sound\FFmpeg\bin;^
%MINGW32\src\inet\Crypto\OpenSSL\bin;^
since I fail to get the a set PATH=%@trimall[%PATH] to work correctly.
It e.g. replaces c:\Program Files into c:\ProgramFiles. How do I do this?