- Jun
- 98
- 0
There is a minor problem with %_STARTUPCMD
It would be great tool to restart TCC, but:
if there is a space inside AGV0, ARGV0 is not quoted. So - to rebuild running command it is necessary to use ComSpec or _TCCPATH
Example:
[D:\P4\P Apps\PortableApps]echo %_STARTUPCMD
D:\P4\P Apps\PortableApps\TccLePortable\App\32\tcc.exe @"D:\P4\P Apps\PortableApps\TccLePortable\Data\settings\tcc.ini"
I would expect to get something like
"D:\P4\P Apps\PortableApps\TccLePortable\App\32\tcc.exe" @"D:\P4\P Apps\PortableApps\TccLePortable\Data\settings\tcc.ini"
Best regards.
BTW. It one of the most useful plugins :)
It would be great tool to restart TCC, but:
if there is a space inside AGV0, ARGV0 is not quoted. So - to rebuild running command it is necessary to use ComSpec or _TCCPATH
Example:
[D:\P4\P Apps\PortableApps]echo %_STARTUPCMD
D:\P4\P Apps\PortableApps\TccLePortable\App\32\tcc.exe @"D:\P4\P Apps\PortableApps\TccLePortable\Data\settings\tcc.ini"
I would expect to get something like
"D:\P4\P Apps\PortableApps\TccLePortable\App\32\tcc.exe" @"D:\P4\P Apps\PortableApps\TccLePortable\Data\settings\tcc.ini"
Best regards.
BTW. It one of the most useful plugins :)