Many of my scripts use the @FULL function to get fully qualified standard path names for directories and files to pass to programs that do not know about directory aliases. Suddenly they have stopped working. Here are simple examples that illustrate the problem. The first shows TCC version 30; the second one the latest version.
I hope...
Read more
[TCMD30.00.22 | C:\Users\Jay\Dropbox]
>echo %@full[tmp:*]
C:\temp\*
[TCMD32.10.20 | C:\]
>echo %@full[tmp:*]
C:\tmp:*
I hope...
Read more