Okay, so I'm working on this in VBScript. Haven't actually written an AHK script yet, but hopefully can do this.
Here's a few questions, thoughts issues.
Copying a "Folder Template" is obviously easier and faster.
Let's say you have ten icons that you have five different backgrounds with each icon then you end up with 50 icons and 50 backgrounds instead of 10 icons and 5 background images.
So, basically you're wasting space & creating redundancy. For example I have four test template folders that already sit at 1.2mb and two don't even have backgrounds. I do realize these are full perhaps vista compliant icons but, not everyone wants to edit each icon down to the standard sizes.
IMO two separate ini files would save some space & present you with the option to vary icons, backgrounds, text colours, etc. while being efficient below are the two ini file structures. txt0, txt1,txt5,txt6,txt7 probably can be removed from the templates.ini
Just wanted to hear peoples thoughts on this.
[Template1]
icon=icon1
bgdimg=img1
resfldr=0 '1 for yes|0 for no
txt0=[.ShellClassInfo]
txt1=ConfirmFileOp=0
txt2=InfoTip=This is a test of InfoTip.
txt3=IconFile=Antares_Favorites_Folder_Black.ico
txt4=IconIndex=0
txt5=[ExtShellFolderViews]
txt6={BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}
txt7=[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
txt8=ICONAREA_IMAGE=blkBgd.bmp
txt9=ICONAREA_TEXT=33023
[Icons]
icon1="C:\Path to my icons\icon.ico
[Backgrounds]
bgd1="C:\Path to my backgrounds\bgd.bmp