Birthday information wasn't able to be converted. If you want it public, update it here
allows you to rename your picture files at once? or any utility or program similar to that? thanks!
Write a VB Script to do it.
Pseudo code...varCount = 0foreach file in directory { rename file, "file_"+varCount+".txt"}
VB script? It would work, but ew.If you want files renamed sequentially, that's easy enough...Code: [Select]Pseudo code...varCount = 0foreach file in directory { rename file, "file_"+varCount+".txt"}
Before writing any script or code. Answer Will's (m125_boy's) question. You may be able to do it with just MS-DOS copy and wildcards.-Kev
Quote from: "kev222"Before writing any script or code. Answer Will's (m125_boy's) question. You may be able to do it with just MS-DOS copy and wildcards.-KevShhhh. Stop giving good advice to n00bs.
Quote from: "Grakthis"Quote from: "kev222"Before writing any script or code. Answer Will's (m125_boy's) question. You may be able to do it with just MS-DOS copy and wildcards.-KevShhhh. Stop giving good advice to n00bs.lol.Errr... I mean, like, have you tried "format c:" dude?-Kev