I'm attempting to automate a build using sbuilder.exe. On my development machine, I currently have an evaluation version of SetupBuilder Development Edition. When I execute the following statement

C:\>"c:\Program Files\Lindersoft\SetupBuilder 6 Developer\sbuilder.exe" "c:\Projects\project.sb6"

the evaluation version window is displayed and when I click "OK" I'm taken to the SetupBuilder GUI for this project. However, when I add the "/C" compile argument, executing the following statement

C:\>"c:\Program Files\Lindersoft\SetupBuilder 6 Developer\sbuilder.exe" /C "c:\Projects\project.sb6"

the evaluation version window is again displayed, but after clicking "OK" the compile does not appear to proceed. I've been unable to find a "compiler.txt" file that would list an error and I was wondering if perhaps command line compiles weren't allowed in the evaluation version of SetupBuilder? If they are allowed, does anyone see a problem with how I am initiating the command line build?

Thanks very much in advance for your help.