I have found the following Sublime command to be really useful since it opens an explorer window at the location of the current file:
{ "keys": ["ctrl+alt+o"], "command": "open_dir", "args": {"dir": "$file_path", "file": "$file_name"} },
What I would love is a similar command that will open a cmd window instead. Ideally at the root project folder, but current file directory would also be fine.
Have read the following question, but can’t quite figure out how to use this in a sublime plugin/command:
BAT file to open CMD in current directory
preference>Browser Packagesin Sublime Text 2.Cmdin the directory opened in step 1.cmd.pywith the following code in theCmdfolder created in step 2.Context.sublime-menuwith the following code in theCmdfolder created in step 2.Now you can open the Cmd prompt at the current directory in the right-click context menu.