hi there mouser,
i know that v2 is on the way but i found a small glitch that i thought that you'd like to know... as the title states if an alias contains entries with dots on the name part then it gets broken... e.g. the code below is broken because of the "
5.0"
Axialis IconWorkshop 5.0 | C:\Program Files\Axialis\IconWorkshop\IconWorkshop.exe
Icon Catcher | C:\Program Files\Tools\Icons\Icon Catcher\IconCatcher.exe
IconSet reg | C:\Windows\System32\regsvr32.exe -s "C:\Program Files\Tools\Icons\IconSet.dll"
IconSet unreg | C:\Windows\System32\regsvr32.exe -s -u "C:\Program Files\Tools\Icons\IconSet.dll"
i have to change it to just "
5" then it's fine:
Axialis IconWorkshop 5 | C:\Program Files\Axialis\IconWorkshop\IconWorkshop.exe
Icon Catcher | C:\Program Files\Tools\Icons\Icon Catcher\IconCatcher.exe
IconSet reg | C:\Windows\System32\regsvr32.exe -s "C:\Program Files\Tools\Icons\IconSet.dll"
IconSet unreg | C:\Windows\System32\regsvr32.exe -s -u "C:\Program Files\Tools\Icons\IconSet.dll"
so, just letting you know... ;-)
best regards,
lanux