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.
Simple Batch file Help.
Name: aha Date: June 2, 2008 at 23:51:55 Pacific OS: winxp CPU/Ram: P4 2.2Ghz Product: Intel
Comment:
Hi M2 Master,
I just want to ask a simple question. In order to grab the latest TXT file's name, I use the following code. If in current folder, I have more than one TXT file, how can I get the first line infor?
for /f "tokens=* delims= " %%d in ('dir /b/o- *.txt') do ( set latest=%%d )
Summary: Hey all - I am new to DOS and am still learning all the commands. I have looked on google for some tutorials and what not and have found some good information, but nothing beats this website. I am wr...
Summary: I created a simple batch file to lookup physical addresses on our network and store them to a file. You have to manually enter the IP, but I'd like to have the batch file do the searches from a file, ...
Summary: Hi, new to this forum, hoping someone can help me with a pretty simple batch file. I need to go through a directory and rename every folder in it, from the original name to original name.gif. Yes, the...