ady wrote:
I haven't tried your patch yet, but I'd like to ask you anyway...
What exactly is not allowing you to add such custom "subversion" code in the original batch? I mean, is it a certain length? Or a certain character? Or what?
Yes, the custom "subversion" code was limited to 2 characters before my patch. If I set "Version = 5.1.1abc", the last letter c will be cut off.
(Line 118)
Code:
lmod [1,1].[2,1].[3,3]<%tmp%\_ubcd.tmp | nset ubcd_ver=$0
Also there's another line in the script that would not work if I add the "subversion" code:
(Line 328)
Code:
if "%ubcd_ver%"=="4.1.1" if "%lfn%"=="Y" call lfn -d
If I set "Version = 4.1.1b", the "call lfn -d" won't run.