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.
DOS FOR loop
Name: noviceProgrammer Date: May 29, 2009 at 13:51:34 Pacific OS: Windows XP Subcategory: Batch
Comment:
I want to run a for loop in DOS searching for .zip files, cd to that directory that contains that found .zip file, unzip and return to the previous directory. Any ideas?
Summary: Hi, I have a DOS For loop that goes through a file I named test.txt. Within this file, it contains a series of dates: 20081112 20081111 20081110 ..... 20081001 I would like to write a For loop that ...
Summary: Hi, I have a problem with my batch file. I ran my script to get the next process number from the Num file. Here the problem is that instead the value in the text file "ECHO is on." is placed to...
Summary: I'm trying to retrieve a pattern from an output which I get to console: so I use a for loop to take in input this output from the console. The issue is I cannot use the result of 2 command pipelined a...