- Aug
- 2,016
- 81
In;
when I run;
it returns
which is correct.
In;
when I run;
it returns
I am running the command from the same directory;
I have no user-defined @findfirst function, I am using the internal @findfirst function in both 11 and 13.
Joe
Code:
TCC 11.00.52 Windows XP [Version 5.1.2600]
TCC Build 52 Windows XP Build 2600 Service Pack 3
Code:
echo %@findfirst[/[d-28] *]
Code:
2011 08 27.pdf
In;
Code:
TCC 13.00.13 Windows XP [Version 5.1.2600]
TCC Build 13 Windows XP Build 2600 Service Pack 3
Code:
echo %@findfirst[/[d-28] *]
Code:
TCC: (Sys) The system cannot find the file specified.
"%@findfirst
[*]"
Code:
C:\jlc\Data\PCF\Koodo
Joe