- Mar
- 30
- 0
Instead of using CD or TCC/LE's CDD, or PUSHD and POPD, I have been using CD Deluxe for a few years, and I like using it and have got very used to it.
I use it on Linux and I used to use it with TCC/LE, but a few updates ago it stopped working, and I have not managed to get it working again.
This is the bit of it (a script) which no longer works:
@echo off
set pushd_tmp=%TEMP%\pushd.tmp
set cdd_tmp_cmd=%TEMP%\cdd.tmp.cmd
pushd > %pushd_tmp%
%~dps0_cdd.exe %* < %pushd_tmp% > %cdd_tmp_cmd%
%cdd_tmp_cmd%
This script is supposed to be called cdd.cmd, but I renamed it to cddd.cmd, because TCC/LE already has a CDD command.
What has changed in TCC/LE which makes this script not work any more? I can see that PUSHD on its own no longer returns the current directory, where as it must have done so in the past.
I've tried making workarounds for that, but it still didn't work, so is there anything else which has changed?
I use it on Linux and I used to use it with TCC/LE, but a few updates ago it stopped working, and I have not managed to get it working again.
This is the bit of it (a script) which no longer works:
@echo off
set pushd_tmp=%TEMP%\pushd.tmp
set cdd_tmp_cmd=%TEMP%\cdd.tmp.cmd
pushd > %pushd_tmp%
%~dps0_cdd.exe %* < %pushd_tmp% > %cdd_tmp_cmd%
%cdd_tmp_cmd%
This script is supposed to be called cdd.cmd, but I renamed it to cddd.cmd, because TCC/LE already has a CDD command.
What has changed in TCC/LE which makes this script not work any more? I can see that PUSHD on its own no longer returns the current directory, where as it must have done so in the past.
I've tried making workarounds for that, but it still didn't work, so is there anything else which has changed?