Hi All,
I am trying to figure out how can i launch cmd.exe instead of powershell when i click “Open Terminal Here…” in sublime.
Any help would be appreciated.
Thanks
Hi All,
I am trying to figure out how can i launch cmd.exe instead of powershell when i click “Open Terminal Here…” in sublime.
Any help would be appreciated.
Thanks
I know it is a bit too late but here is the solution:
Open default settings of Terminal Package:
Preferences > Package Settings > Terminal > Settings Default
Now specify ‘cmd.exe’ as prefered terminal:
{
“terminal”: “cmd.exe”,
"parameters": []
}