Hiho,
i want to change a Variable in my script via the Command-Line.
I created this batch-file:

"C:\....\sbuilder.exe" /C "C:\.....\<myproject>.sb6" /SC Var 1
In my Script i wrote:

Set %_Var_% to "" (Also i tried without _ , with "0" ... nothin' changed...)
<blablaba......>
If %_Var_% equals "1" Then
Install ...
Install ...
etc
End
<blablabla...>
If %_Var_% equals "1" Then
Install ...
Install ...
etc
End

(i know, i wrote it 2 times)
my setup doesnt install the files i want him to install!!

What is wrong?
My parameters?
I have been trying for 3 hours. ...
I need help please ... =D
Is there any chance to get a logfile of what the compiler does ? I dont mean the std-output in sb6 itsself, i mean a real logfile...