I load aliases in tcstart.btm. My tcstart.btm looks like this:
alias /r c:\util\tcmd24\alias.cnf
or:
if %_pipe != 0 .or. %_transient != 0 quit
alias /r c:\util\tcmd24\alias.cnf
The problem is that it sometimes interferes with command-line tools that
invoke shells. Examples are:
cpan (when adding certain packages)
angular (when adding platforms if I remember correctly)
ionic (when creating a project ??)
react (when creating a project)
Here is a concrete example:
1. install node etc...
2. run [C:\test\react]npx create-react-app test1
This fails unless tcstart.btm is empty or missing.
So I guess my question is, is there a way I can load aliases without
using tcstart.btm? My work-around is to run cmd.exe for these commands.
Has anyone else gotten around this issue?
Thanks
Craig
alias /r c:\util\tcmd24\alias.cnf
or:
if %_pipe != 0 .or. %_transient != 0 quit
alias /r c:\util\tcmd24\alias.cnf
The problem is that it sometimes interferes with command-line tools that
invoke shells. Examples are:
cpan (when adding certain packages)
angular (when adding platforms if I remember correctly)
ionic (when creating a project ??)
react (when creating a project)
Here is a concrete example:
1. install node etc...
2. run [C:\test\react]npx create-react-app test1
This fails unless tcstart.btm is empty or missing.
So I guess my question is, is there a way I can load aliases without
using tcstart.btm? My work-around is to run cmd.exe for these commands.
Has anyone else gotten around this issue?
Thanks
Craig