Admitted. Did not take into consideration that extended characters will pose a problem.nsp wrote:if you use some "exotic filenames" mean accentuated, ù é ê § .....
the dir command do not work correctly unless you use a correct codepage !
for this you should useCode: Select all
chcp 1252

This together with the fact that a lot of people are much younger than cmd.exe and therefore not too familiar with its usage, I would definitely vote for using the Catalog Maker plugin.
- Go to the root folder of drive C:.
- Select any file and any folder.
- Press Alt+F5.
- Select as packer "Others" => "Catalog" (or whatever extension you have assigned to the catalog plugin).
- Select "Configure".
- On the "View" tab select "Files", "Full filenames", "File Extensions".
- (Deselect the rest).
- File types="*.*"
- Select "OK".
- Select "Store filenames with path".
- Select "Recurse subdirectories".
- Select "OK".
You will get a plain ANSI file holding all filenames on drive C:.
So no hassle with extended characters (unless they are Unicode).
Karl