I'm playing around with some plugins and have a problem with MkVer:
All is working as expected, except the last try ( %@mkver[vminst.log,4,1,_] ) without "endstr".
At this point TCC crashes.
Code:
C:\Temp >ver /r
TCC 13.04.52 Windows 7 [Version 6.1.7601]
TCC Build 52 Windows 7 Build 7601 Service Pack 1
Registered to ***********
C:\Temp >plugin
TCC: No plugins loaded
C:\Temp >plugin /l n:\!Admin\BIN\TCCPlugins\MkVer.dll
MkVer v0.92.1 loaded.
C:\Temp >echo %@mkver[vminst.log,4]
"C:\Temp\vminst-0001.log"
C:\Temp >echo %@mkver[vminst.log,4,1]
"C:\Temp\vminst-0001.log"
C:\Temp >echo %@mkver[vminst.log,4,1,_,#]
"C:\Temp\vminst_0001#.log"
C:\Temp >echo %@mkver[vminst.log,4,1,_]
At this point TCC crashes.