I feel like I must be missing something very basic.
I have a project that has 9 different releases that need to be recompiled whenever things change. I'd like to be able to use the /C & /R switches to run them from a batch file.

After failing on Saturday and realizing this morning that the SB10 command line needs to be run from the same directory as SB10 and that it doesn't like long path names (or maybe just without spaces), I've come to expect that there are certain conditions that need to be met when using this feature.

This works and compiles the last release listed in the Releases list. -
sb10.exe /C "C:\sbtests\pcgarwV9_2019_noCopier_WebInstall. sbp"

This line does the same thing - compiles the last release displayed; not the one in the /R -
sb10.exe /C "C:\sbtests\pcgarwV9_2019_noCopier_WebInstall. sbp" /R="Manufacturers_Demo"


Can anyone see what I'm missing? I would really like to use this since these installations take a longish time to run.

Thanks!
Chris C