Fixed version:
https://www.psx-place.com/threads/opl-conf_apps-maker.32488/#post-275117.
OPL conf_apps MAKER [05/07/2016]
=================================================================================
DESCRIPTION :
A little .bat that will generate a conf_apps.cfg file for your needs. It grabs the
ELF names - minus the extension - from a folder, turn them into items and add the
correct path for each according to the device of your choice.
COOL :
- all (mc?, HDD, USB, SMB) path style support;
- support for ELF with generic prefixs (such as POPStarter ELFs);
- folders and subfolders supported (no limit);
- no extension and no prefix in item name;
- all items listed alphabetically;
LIMITS :
- all ELFs must be placed into the same folder, it can't scan subfolders;
- all items will use the same path,
- if you add an item to an existing conf_apps.cfg, it will be duplicated if it
already exists in the conf_apps.cfg (delete it manually);
- if you add new items to an existing conf_apps.cfg, the alphabetical sorting is lost;
HOW TO USE ?
1. Drop OPL conf_apps MAKER where your ELF files are located;
2. Choose the path style (mc? / HDD / SMB / USB)
3. Enter the name of the folder (and subfolders) - if any. Syntax :
If no folder :
If 1 folder :
Example : POPS/
If 1 folder + 1 subfolder :
Example : POPS/ELF/
Etc...
4. Say if your ELF uses generic prefixs or not.
If yes, syntax : ##. [##dot]
Example : PP. [PPdot]
5. conf_apps.cfg is generated into your folder.
=================================================================================
05/07/2016
ShaolinAssassin
https://www.psx-place.com/threads/opl-conf_apps-maker.32488/#post-275117.
OPL conf_apps MAKER [05/07/2016]
=================================================================================
DESCRIPTION :
A little .bat that will generate a conf_apps.cfg file for your needs. It grabs the
ELF names - minus the extension - from a folder, turn them into items and add the
correct path for each according to the device of your choice.
COOL :
- all (mc?, HDD, USB, SMB) path style support;
- support for ELF with generic prefixs (such as POPStarter ELFs);
- folders and subfolders supported (no limit);
- no extension and no prefix in item name;
- all items listed alphabetically;
LIMITS :
- all ELFs must be placed into the same folder, it can't scan subfolders;
- all items will use the same path,
- if you add an item to an existing conf_apps.cfg, it will be duplicated if it
already exists in the conf_apps.cfg (delete it manually);
- if you add new items to an existing conf_apps.cfg, the alphabetical sorting is lost;
HOW TO USE ?
1. Drop OPL conf_apps MAKER where your ELF files are located;
2. Choose the path style (mc? / HDD / SMB / USB)
3. Enter the name of the folder (and subfolders) - if any. Syntax :
If no folder :
Code:
[Blank]
If 1 folder :
Code:
FolderName/
If 1 folder + 1 subfolder :
Code:
FolderName/SubfolderName/
Etc...
Code:
FolderName/SubfolderName/SubsubfolderName/
FolderName/SubfolderName/SubsubfolderName/(...)/
4. Say if your ELF uses generic prefixs or not.
If yes, syntax : ##. [##dot]
Example : PP. [PPdot]
5. conf_apps.cfg is generated into your folder.
=================================================================================
05/07/2016
ShaolinAssassin