BTW, multiple compiler variable list files are allowed:

SB10.EXE /C "C:\test\sample.sbp" /CVL "c:\test\variables.txt" /CVL
"c:\test\yada.txt"

And on top of this you can use BOTH variable and variable file(s):

SB10.EXE /C "C:\test\sample.sbp" /CVL "c:\test\variables.txt" /CVL
"c:\test\yada.txt" /CV YADA "123"

Nice feature <g>. Good to know it's available.

Friedrich