Starting project with TStartup.exe

Hi.
I am experimenting with starting an application from a batch file using TStartup.exe. All works pretty well, except that on one PC I need to start the project enforcing the Force32 setting.

This is set in the project, but does not appear to be honoured when the project is run as shown:
image
“C:\Program Files (x86)\Tatsoft\FactoryStudio\fs-9.2\TStartup.exe” /project:“C:\FactoryStudio\CATS\CATS_EdgeHMI.tproj”

Is there a parameter needed to enforce the Force32 setting?
Any advice appreciated.

Regards,
Greg Shearer

Hi Greg,

Yes, there is a parameter for enforcing the Force32 setting. You can modify your command line to include /force32. Here’s how you can adapt your syntax:

tStartup.exe /project:“C:\FactoryStudio\Projects\22546.tproj” /force32

This should enforce the 32-bit mode as needed.

Best Regards.
Vitor Cammarosano
Tatsoft Team