- Aug
- 2,058
- 83
In the "What's New in Version 30" section of the TCC Help file,
for the WHICH command,
it says;
So, if I have;
...and I do;
Why is the symbolic link for the executable not being displayed?
Joe
for the WHICH command,
it says;
If the command is a symbolic link and you used the /A option, WHICH will display the symbolic link for the executable.
So, if I have;
Code:
E:\Utils>dir filever.exe
Volume in drive E is New Volume Serial number is 2c1e:6e61
Directory of E:\Utils\filever.exe
2021-09-18 8:28 <SYMLINK> filever.exe [E:\PBCC50\Samples\Util\filever.exe]
0 bytes in 1 file and 0 dirs.
Code:
E:\Utils>which /a filever.exe
filever.exe is an executable extension : start /pgm filever.exe
filever.exe is associated with : E:\Utils\filever.exe
Why is the symbolic link for the executable not being displayed?
Joe