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.
Batch: %time% won't update in loop
Name: do1eh Date: July 21, 2008 at 05:31:46 Pacific OS: WinXP CPU/Ram: 1GB Product: HP
Comment:
I got a problem with a batch-file. Here it comes:
echo %time% pause for /L %%N IN (0, 1, 3) DO ( echo %time% pause ) echo 3. %time%
The first time in the loop is correct, but in the folowing all the times printed in the loop are the same, regardless how long you wait pressing the key. The last time is correct again. Somehow the %time% variable is not updated within the loop.
Summary: Below is a beta version of what I think you want. It won't update the QP.INI file but will display results on-screen so that you can check if the script is doing what's required. It's up to you to t...
Summary: i just started a class and need to install visual basic 6 student working model. I get so far in the install process, then i get errors that make no sense and setup won't continue. Tried to install ...
Summary: Hi, guys. I'm trying to write a prog. in C for PPC, and the new line character (\n) won't work in an edit control.... For example, if I do this: SetDlgItemText(hwnd,edit1,TEXT("Test123\nTe st123")); ...