When using the FOR loop directly from the command prompt:
When using FOR inside af batch file:FOR %f IN (*.txt) DO type %f
Related Create your own file find utility using FORFOR %%f IN (*.txt) DO type %%f
More Info MS KB68268
More Info MS KB75634
More Info MS KB134572
Leave a Reply