NESSAholics.com
Other Topics => Completely Off-Topic => Topic started by: modestmister89 on November 17, 2004, 08:39:06 pm
-
allows you to rename your picture files at once? or any utility or program similar to that? thanks!
-
Like... how do you want these files to be renamed?
-
allows you to rename your picture files at once? or any utility or program similar to that? thanks!
...
What kind of a question is this?
Write a VB Script to do it. :)
-
Write a VB Script to do it. :)
:roll:
Some of us have lives Grak, and thus don't spend every waking moment either talking about or writing script and code. :x 8O
-
VB script? It would work, but ew.
If you want files renamed sequentially, that's easy enough...
Pseudo code...
varCount = 0
foreach 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...
Pseudo code...
varCount = 0
foreach file in directory {
rename file, "file_"+varCount+".txt"
}
It's either VBScript of JScript unless you want to compile something... which would just be silly.
-
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
-
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
Shhhh. Stop giving good advice to n00bs.
-
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
Shhhh. Stop giving good advice to n00bs.
lol.
Errr... I mean, like, have you tried "format c:" dude?
-Kev
-
Rightclick..... Rename
Right?
-
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
Shhhh. Stop giving good advice to n00bs.
lol.
Errr... I mean, like, have you tried "format c:" dude?
-Kev
Much better. :lol: