The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: Grincheux on June 03, 2008, 06:52:18 PM

Title: An other file utilty
Post by: Grincheux on June 03, 2008, 06:52:18 PM
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
Title: Re: An other file utilty
Post by: PBrennick on June 03, 2008, 07:52:29 PM
The link does not work.

Paul
Title: Re: An other file utilty
Post by: Vortex on June 03, 2008, 08:05:40 PM
Hi Paul,

Here is the working link :

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

( Remove the two extra characters ./ )