Running the batch file

About this task

In some cases, you need an <env>Run.bat in addition to the make batch file (for example, there is a jdkrun.bat for Java). This file is used only to run the application, and is saved to the $OMROOT\etc directory. The InvokeExecutable property, one of the code generation properties to be redefined for the new environment, might execute the run batch file. For example, the InvokeExecutable property for the OSE SFK environment calls the osesfkRun.bat file, which sets the LM_LICENSE_FILE variable for the OSE environment and then calls an executable file. In this case, you can use the osesfkRun.bat file to invoke the osesfkmake.bat file to build applications for OSE.


Feedback