|
Technical Support Support Resources Product Information | µVISION: RUNNING EXE/COM/BAT PROGRAMS DURING BUILD
Information in this article applies to:
QUESTIONIn µVision Version 2, how do I add an executable program to my project? ANSWERµVision Version 2 lets you add (and execute) custom files to a project. Follow these steps: - Add a file to the project as usual (right-click on the group and select add files to group).
- Select the program file you wish to add.
- For the file type, select Custom File.
- Exit the Add Files to Group dialog.
- Right-click on the newly added file and select Options for File.
- The custom arguments input line at the bottom of the Options dialog is where you must specify the complete command line. You must include either a complete path to the program you wish to run or a path name that is relative to the project directory (where the .UV2 file is located). For example, to run the file named BLAH.BAT in the ARGH directory under your project directory, the command line would be .\ARGH\BLAH.BAT.
SEE ALSOFORUM THREADSThe following Discussion Forum threads may provide information related to this topic. Last Reviewed: Saturday, July 09, 2005
|
|