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 to edit contents of .txt file
Name: R1ZLa Date: August 26, 2009 at 09:01:24 Pacific OS: Windows XP Subcategory: Batch
Comment:
Hi,
I have run the command dir *.iso > games.txt /B to compile a list of all .iso game files in a specific folder. Is there a simple way for the resulting output to lose the .iso tag? For example the games.txt file results show game1.iso, game2.iso and would like just game1, game2 etc. Bit of noob with this so any help would be great.
Summary: Hello, I am trying to insert the filename (minus the extension) in front of every line in a series of TXT files. I have put together code to make the change in a single txt file, but am lost as how t...
Summary: Need help writing a batch that will open a txt file, find a date (that is in an http address), then change that date to current. Possible? ...