Home | AccelMan help | Back | Forward
Creating files lists
Applicable to: Manager, Player
AccelMan can create list file or batch file for some set of files and folders. Select
Create list file from Commands menu.
List file dialog contains following elements.
- List file name: name of creating list or batch file. Click on
Browse button to find some file
- Action: template string for each processing file (see below)
- Store path names to list file: if checked, file path will be stored in files list, otherwise – only name with extension
- Use DOS 8.3 file names format: files will be written in DOS format (8 letters name and 3 letters extension), otherwise – in Windows format (up to 255 symbols)
- Include sub folders: if checked, all files from sub folders will be included into list
- Write list in OEM encoding (default - ANSI): code page select for creating list
You can use template string for each processing file. Symbol “!” means name of file, “!.!” – name with extension.
For example, template copy !.! A:\MyFolder\!.! for files autoexec.bat and config.sys generates following file:
Copy C:\autoexec.bat A:\MyFolder\autoexec.bat
Copy C:\config.sys A:\MyFolder\config.sys
This option is useful when creating of batch files.
See also: