add suffix on files with similar file types!
Posted: 12 May 2010 04:31
hi dostips batch scriptwriter.
what is the batch scripts that add suffix "_001" to all the files with the same file types ".doc" in a specified folder!
for example;
c:\documents\office\jan.doc
c:\documents\office\feb.pdf
c:\documents\office\mar.doc
c:\documents\office\apr.doc
add suffix "_001", "_002", "_003", etc..
as shown below;
c:\documents\office\jan_001.doc
c:\documents\office\feb.pdf
c:\documents\office\mar_002.doc
c:\documents\office\apr_003.doc
thanks
what is the batch scripts that add suffix "_001" to all the files with the same file types ".doc" in a specified folder!
for example;
c:\documents\office\jan.doc
c:\documents\office\feb.pdf
c:\documents\office\mar.doc
c:\documents\office\apr.doc
add suffix "_001", "_002", "_003", etc..
as shown below;
c:\documents\office\jan_001.doc
c:\documents\office\feb.pdf
c:\documents\office\mar_002.doc
c:\documents\office\apr_003.doc
thanks