Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Fixed TCC 17: Error running Chocolatey Package Manager

Aug
124
0
``
> choco update
TCC: Unbekannter Befehl "F:\chocolatey\chocolateyInstall\chocolatey.cmd update"
```

It looks like choco (F:\chocolatey\bin\choco.exe) is a thin wrapper around the actual script (F:\chocolatey\chocolateyInstall\chocolatey.cmd). Running chocolatey.cmd directly succeeds.

The same command works in TCC 16.
 
There"s definitely a significant change regarding quote handling in TCC17
This command errors with "TCC: Unbekannter Befehl "F:\Program"" in TCC17. Likely the same issue as above.

F:\PortableApps\TCMDx64\TCC.EXE /c ""F:\Program Files\Navicat Premium Essentials\DATA\sqlplus.cmd" system/password@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=40040))(CONNECT_DATA=(SID=sid)))"

The same command works in TCC16
 

Similar threads

Back
Top