I would a AHK script for scan a target folder .
This is the target folder :
Create ini from content folder : shortcuts, folders, any first level file.Then create or add lines to an ini file of this type :
Launcher.ini
This launcher ini is an incomplete example, but the method is always the same
By example :
1. If an url is found in the target folder create the entry in the launcher.ini as
Title7=title of the url in the shortcut
Path7=https://www.donationcoder.com/forum/index.php?action=post;board=71.0
2. If an executable is found in the target folder :
Title19=Ducto_V2_1_3.exe - Acceso directo
Path19=C:\DUCTO\Ducto_V2_1_3.exe
3. If a path to al folder is found
Title25=Don Quijote de la Mancha - Acceso directo
Path25=P:\Escritorio\Don Quijote de la Mancha
4. If a folder is found
Title30=Software Integration
Path30=P:\Escritorio\Folder Ini Generator\Software Integration
and so on to totally scan the folder.
It's not necessary scan the subfolders.
Can you do a coding snack ?
Best Regards