Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

@findfirst in TCC13

Aug
1,917
68
In;

Code:
TCC  11.00.52   Windows XP [Version 5.1.2600]
TCC Build 52   Windows XP Build 2600  Service Pack 3
when I run;

Code:
echo %@findfirst[/[d-28] *]
it returns

Code:
2011 08 27.pdf
which is correct.

In;

Code:
TCC  13.00.13   Windows XP [Version 5.1.2600]
TCC Build 13   Windows XP Build 2600  Service Pack 3
when I run;

Code:
echo %@findfirst[/[d-28] *]
it returns

Code:
TCC: (Sys) The system cannot find the file specified.
 "%@findfirst
[*]"
I am running the command from the same directory;

Code:
C:\jlc\Data\PCF\Koodo
I have no user-defined @findfirst function, I am using the internal @findfirst function in both 11 and 13.

Joe
 
It doesn't seem to have anything to do with the range being present:

Code:
c:\> ver & echo %@findfirst[*]

TCC  13.00.12   Windows 7 [Version 6.1.7601]
TCC: (Sys) The system cannot find the file specified.
 "%@findfirst[*]"
 
rconn wrote:
| Quote:
| > TCC: (Sys) The system cannot find the file specified.
| > "%@findfirst[*]"
|
| Fixed in build 14.

When do you plan to make it available?
--
Steve
 
Back
Top