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.
Break Dos Command Loop
Name: yuenli Date: September 25, 2008 at 17:33:54 Pacific OS: XP CPU/Ram: Intel P4, 1Gb Product: Dell
Comment:
Hi is there any way to break Dos Command For loop? When the IF condition met, I wish to end the loop by applying some break. Thanks.
Summary: Kris's example is OK, but it doesn't really show why you would want to use a do-while loop instead of some other kind of loop. Do while differs from the while loop only in that it always executes at l...
Summary: M2, I know your right; this one seems to be one of those "but isn't the command prompt in windows called DOS?" The OS is listed as win2003 and DOS for loops can't read files either. "I have a DOS For...
Summary: Hello, I have this do until loop in my script: '========================================================= Range(cellchoice).Select Do Until ActiveCell.Value = Empty ActiveCell.Offset(0, 2...