Komodo Tour

 

Table of Contents

Part 8: Run Command

Running an Application with the Run Command Feature

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.

  1. Select Tools|Run Command.
  2. In the Run field, enter:

    Get_Quote.exe


  3. From the Run in drop-down list, select No Console (GUI Application).
  4. Click Run. The application will launch.

View Example


Top Previous Home