- Oct
- 364
- 17
I am using Win 11 Home on an unsupported machine. That can be done with Rufus. It is a fresh install, mainly for investigation.
I installed TCC/LE 14 and when I double-click the icon it opens to the TCC/LE command line as expected. But none of my aliases, etc., work.
I have a file setalias.btm with my aliases, and my tcstart.btm file calls that.
My tcstart.btm file starts with a command to add the TCC folder to the path but that was not happening.
Clicking on the tcc.exe link opens it and says no command C:\Program even though the path is in quotes.
"C:\Program Files\JPSoft\TCCLE14x64\tcc.exe" "C:\Program Files\JPSoft\TCCLE14x64\tcstart.btm"
I don't know the reason, but it specifically doesn't like the space in "C:\Program Files ..."
I tried putting that in "C:\Program Files (x86)\ and that doesn't work either..
I moved the tcstart.btm program here and now the link completely works:
"C:\Program Files\JPSoft\TCCLE14x64\tcc.exe" "C:\ProgramData\JP Software\tcstart.btm"
Yes, "JP Software" does contain a space! The problem is specific to "C:\Program Files{anything}
So if you are running into problems that just the "tcc.exe" link doesn't add your JPSoft path, add the path to your tcstart.btm file in the shortcut and don't put the file in C:\Program Files{anything}.
It also worked at C:\Temp\tcstart.btm.
I installed TCC/LE 14 and when I double-click the icon it opens to the TCC/LE command line as expected. But none of my aliases, etc., work.
I have a file setalias.btm with my aliases, and my tcstart.btm file calls that.
My tcstart.btm file starts with a command to add the TCC folder to the path but that was not happening.
Clicking on the tcc.exe link opens it and says no command C:\Program even though the path is in quotes.
"C:\Program Files\JPSoft\TCCLE14x64\tcc.exe" "C:\Program Files\JPSoft\TCCLE14x64\tcstart.btm"
I don't know the reason, but it specifically doesn't like the space in "C:\Program Files ..."
I tried putting that in "C:\Program Files (x86)\ and that doesn't work either..
I moved the tcstart.btm program here and now the link completely works:
"C:\Program Files\JPSoft\TCCLE14x64\tcc.exe" "C:\ProgramData\JP Software\tcstart.btm"
Yes, "JP Software" does contain a space! The problem is specific to "C:\Program Files{anything}
So if you are running into problems that just the "tcc.exe" link doesn't add your JPSoft path, add the path to your tcstart.btm file in the shortcut and don't put the file in C:\Program Files{anything}.
It also worked at C:\Temp\tcstart.btm.