Execute multi-class-program from Batch Mode

Hello Everyone,

I have just written my program that consists of several classes, which I want to run from Batch Mode.

My Program consists several .vb files, so I was executing the .dll file on nxopen for testing.
How would I execute this file in the command prompt? Or An alternative solution would be to link the .vb classes together in the main class, but that didn't seem to work so well last time.

Any help would be apreciated, Thanks! :)

If you want to run your program in batch mode, compile it to an .exe file. If you have access to the Siemens community site, here is a link to more information on running in batch mode:

https://docs.plm.automation.siemens.com/tdoc/nx/10/nx_api#uid:index_nxop...

Thanks! Big help :)