Multi-threading and the Command Line

To run a multi-threaded application from the command prompt, you must use the runm command rather than the run command.

To run a .NET managed multi-threaded application, you can run the executable like any .NET application, that is, without a trigger program.