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 file counter
Name: netwgirl Date: August 20, 2009 at 10:15:17 Pacific OS: Windows XP Product: Microsoft / Dos Subcategory: General
Comment:
I am renaming a bunch of .pdf files and I'm having a hard time adding a counter after renaming. Here is what I have so far for my batch file---
Because there are multiple .pdf files and I want them to include the current date it won't rename all of them (obviously because you can't have more than one file with the same name).
Any suggestions on how to add a counter after the current date when renaming?
Summary: I'm trying to use a batch job to rename a whole bunch of files with sequential numbering based on date order. I'm currently using a FOR loop and trying to use a counter in the loop, but without succes...
Summary: I need to convert my very simple batch file to an exe program it's very easy, i have only this in the batch file: c:/Sierra/counter-strike/cstrike.exe -console that needs to get in a cstrike.exe file ...
Summary: Please could you help . I would like to create a batch file to do the following:- copy orig.csv to new location. if orig.csv is present at new location - append file and delete orig.csv in original lo...