Part 8: Run Command
You now have a standalone application that you can run from the command line, or
by navigating to the directory that contains the executable file and double-clicking
the filename. Another way to run the program is to use Komodo's
Run Command feature,
which offers a convenient way to test applications without exiting Komodo.
- Select Tools|Run Command.
- In the Run field, enter:
Get_Quote.exe
- From the Run in drop-down list, select
No Console (GUI Application).
- Click Run. The application will launch.
View
Example
|