Skip to content

raymelon/open-with-cmd

Repository files navigation

Open With CMD

Command Prompt, with a pause.

License: MPL 2.0 License: CC BY 4.0 Build Status Coverage Status

Auto-pauses and times applications.

Console applications have one problem, they auto-close when they are not opened via Command Prompt.

Open With CMD automates the process of opening the Command Prompt in the folder, typing the app's name and pressing enter to run the app. It offers the same privilege on the said process by keeping the console window alive after exit. It also shows execution time after the app's execution.

This lightweight programmer's tool will be a great fit for command line gurus especially those who run scripts. Scripts can be tested without worrying about not reading the exceptions that may cause the script to exit quickly, leaving insufficient time to read and analyze the exception message.

Download 💌

open-with-cmd-1.0-setup.exe 🆕

Share with ❤️💙

Tweet

Table of Contents

  1. User's Hub

    1. How to use
    2. How it works
      1. For GUI-based applications
      2. For console applications
    3. Will run on...
  2. Contributor's Hub

    1. Tools needed
    2. How to configure setup/installer file
  3. Licenses

  4. History

  5. Releases

User's Hub

How to use

  1. Right click on the app (shortcut .lnk or the app .exe itself) you want to open

  2. Click Open with command prompt on the context menu.




How it works

For GUI-based applications,

  • A seperate console window is opened.

    alt tag

  • Debugging/exception/log messages is shown in the separate console window.

  • Once the GUI closes,

  • Separate console window remains opened.

  • Execution time is shown in the seperate console window.







For console applications,

  • No separate console window will be opened.
  • Debugging/exception/log messages is shown in main console window.
  • Once the execution is done,
  • Main console window remains opened.
  • Execution time is shown in main console window. alt tag

Will run on...

  • Windows 7 to 10 (tested 💯)
  • Windows Vista & XP (untested ❌)
  • Below XP (run at your own risk ⚠️)

Contributor's Hub contributions welcome

Tools needed

How to configure setup/installer file

Licenses License: MPL 2.0 License: CC BY 4.0

This project uses Mozilla Public License Version 2.0

terminal.ico and terminal.png uses Creative Commons Attribution 4.0 International

History

  • April 2015 (started)
  • November 2016 (github debut)

Releases

v1.0