Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Two for loops at the same time?
Name: masterj Date: March 14, 2006 at 07:33:43 Pacific OS: WinXP CPU/Ram: 2.53 ghz intel p4, 1024 m Product: intel
Comment:
Hey everyone :)
Is it possible to run two 'for' loops at the same time in batch?
Summary: Hello everyone! :D OK, this is frustrating me... How do I open a file for reading and writing at the same time? I've tried having a StreamReader and a StreamWriter at the same time, but that raises so...
Summary: Hi Everyone, I had some minor mistakes from my post. and,at the same time, i was able to resolve it also.. just to share my working code. for /f "delims=" %%x in (filelist.log) do ( echo %%x finds...
Summary: It is forbidden to code GOTOs statements that refer to labels defined inside a For loop. Use the If ... (statements) else (statements) instead. Issue covered a billion times in this Forum. ...