NESSAholics.com

Other Topics => Completely Off-Topic => Topic started by: modestmister89 on November 17, 2004, 08:39:06 pm

Title: Is their a utility or program that...
Post 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!
Title: Is their a utility or program that...
Post by: Will on November 17, 2004, 09:56:45 pm
Like... how do you want these files to be renamed?
Title: Re: Is their a utility or program that...
Post by: Grakthis on November 18, 2004, 04:28:39 am
Quote from: "modestmister89"
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.  :)
Title: Re: Is their a utility or program that...
Post by: Katia's Lover on November 18, 2004, 06:48:48 am
Quote from: "Grakthis"
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
Title: Is their a utility or program that...
Post by: illogical on November 18, 2004, 08:06:26 am
VB script? It would work, but ew.

If you want files renamed sequentially, that's easy enough...

Code: [Select]
Pseudo code...

varCount = 0
foreach file in directory {
  rename file, "file_"+varCount+".txt"
}
Title: Is their a utility or program that...
Post by: Grakthis on November 18, 2004, 08:53:18 am
Quote from: "illogical"
VB script? It would work, but ew.

If you want files renamed sequentially, that's easy enough...

Code: [Select]
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.
Title: Is their a utility or program that...
Post by: kev222 on November 18, 2004, 09:00:45 am
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
Title: Is their a utility or program that...
Post by: Grakthis on November 18, 2004, 12:18:30 pm
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.

-Kev


Shhhh.  Stop giving good advice to n00bs.
Title: Is their a utility or program that...
Post by: kev222 on November 18, 2004, 03:21:01 pm
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.

-Kev


Shhhh.  Stop giving good advice to n00bs.

lol.

Errr... I mean, like, have you tried "format c:" dude?

-Kev
Title: Is their a utility or program that...
Post by: Jophess on November 18, 2004, 03:48:57 pm
Rightclick..... Rename

Right?
Title: Is their a utility or program that...
Post by: Grakthis on November 19, 2004, 06:09:40 am
Quote from: "kev222"
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.

-Kev


Shhhh.  Stop giving good advice to n00bs.

lol.

Errr... I mean, like, have you tried "format c:" dude?

-Kev


Much better.  :lol: