News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

An other file utilty

Started by Grincheux, June 03, 2008, 06:52:18 PM

Previous topic - Next topic

Grincheux

If you have a lot of files into a single directory it can be difficult to access them.
I wrote a small utility that move files from a directory to an other directory and creates sub-directories for groups of files.
I explain :

You have 10 000 files into the directory Dir_A and you want to have sub directories with 100 files into them.

The program will create 100 subdirs with 100 files into each.

First : You select the source directory
Second : You select the destination directory
Third : You specify the number of files per directory
Fourth : You specify the count number, 1 by default.
Fifth : You click "Demarrer" sorry I have not translated it from French to English.

I wrote this program because I could not access directories with more than 100 000 files... easily. Whith it it became easy to access all these files.

The file can be downloaded at http://www./idcat39.com/download/Src/FilesSrc.exe

Bye
Kenavo

Grincheux
_____________________________________________________
http://www.phrio.biz

PBrennick

The link does not work.

Paul
The GeneSys Project is available from:
The Repository or My crappy website

Vortex

Hi Paul,

Here is the working link :

http://www.idcat39.com/download/Src/FilesSrc.exe

( Remove the two extra characters ./ )