You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@netbeans.apache.org by Vladimir Kokovic <vl...@gmail.com> on 2021/08/15 07:40:46 UTC

NetBeans and windows terminal

One of the simplest ways to open Windows Command Window in NetBeans as follows:

1. Install Plugin nb-externalcommands (Netbeans Plugin Portal)
---
This netbeans plugin adds an External Commands submenu and to your Tools menu
which includes 10 customisable external commands. 
These can be configured in Tools->Options->Miscellaneous->External Commands.
Each row entry in the customisation menu provides two text entry boxes. The first is
for entering the name of the command, which will be used for the title of the output
window when running the command. The second contains the command and all its
arguments. 
The commands also support the following variable replacements: ${FilePath} - The full
file path of the current file
---
2. Configure External commands(my settings):
  Command 1 -> Windows terminal 1 -> start cmd.exe /K
  Command 2 -> ConEmu                   -> start cmd.exe /C z:\mnt\WD-Elements-25A1\src\wine-git\vk\vk-ConEmu-netbeans.bat
3. Use commands:
  Tools->External Commands->Command 1
  Tools->External Commands->Command 2

Vladimir Koković, DP senior(70), Serbia, Belgrade, 15.August 2021


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.org
For additional commands, e-mail: users-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists