dzsessona / QuickOpener-NetBeans

Sometimes while programming in NetBeans you want to explore a particular file that you are editing on the file system browser, or maybe launch a command in a terminal to do something with it.
52 stars 41 forks source link

Add option to keep cmd open (windows) #68

Open markiewb opened 8 years ago

markiewb commented 8 years ago

Windows: cmd /c start cmd /k PROGRAM

F.e. to see the output of ipconfig: cmd /c start cmd /k ipconfig

markiewb commented 8 years ago

At least add some documentation for it