Welcome!

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

SignUp Now!

Fixed FindFirst/FindNext broken, 17.0

Jun
4
0
Hi there,

I have just updated to 17.0 ( and now 17.00.60 x64), and have noticed one of my batch files has stopped working. It appears that the FINDNEXT has stopped returning the next file. A test case I tried was:

set Location=\\nas\Captures\
set Cam=FrontDoor
set f=%@FINDFIRST["%Location%%Cam%*.jpg"]
:Next
iff "%f%" != "" then
echo %f%
set f=%@FINDNEXT[]
iff "%f%" != "" then
goto Next
endiff
endiff

The batch file itself lives in \\nas\captures. I tried it on another machine which still had a previous version of tcc on and it works perfectly.

Anyone else noticed this?

Thanks
 

Similar threads

Back
Top