Login Register


[Vb.Net] Need help... filter_list
Author
Message
[Vb.Net] Need help... #1
hi guys i want to rename a MASSIVE amount of files which reach below 3k with VB but i don't know how XD

i want them to be like, first one will be 1.blabla second will be 2.balbala and so on....

can anyone make such? :'(

i can't rename 3k files :rip::'(
(This post was last modified: 12-03-2010, 05:15 PM by Skullmeat.)
Pierce the life fibers with your drill.

Reply

RE: [Vb.Net] Need help... #2
random name? i don't know about name but number like this:

Randomize()
((Int(0 - 25) * Rnd()))

Pierce the life fibers with your drill.

Reply

RE: [Vb.Net] Need help... #3
oh ok tnx... but fixed anways Biggrin
Pierce the life fibers with your drill.

Reply

RE: [Vb.Net] Need help... #4
In regards to generating random file names check out my post on creaing temp files which includes logic to do this. Of course there are other ways, mine is simple one way to do this.

http://hackcommunity.com/showthread.php?tid=221
Conflict is inevitable, but combat is optional
My humble self-defense site
Use Option Strict = On when coding with VB.NET

Reply

RE: [Vb.Net] Need help... #5
I think you need something like this I made in VB6:
RenameAll - Clean filenames in a Folder with a click

If names are same it renames like name(1).ext, name(2).ext, etc.

It's pretty easy, but more than that it's fun. Smile
[Image: rytwG00.png]
Redcat Revolution!

Reply







Users browsing this thread: 1 Guest(s)