Sublime Forum

Cmd and keys in windows problem

#1

hello guys I am using c++ with this build system and I want some help to modify it .
i want it to open cmd and make what it do and don’t close and when i do it again don’t open another cmd.
and want to modify a key to build and run at once.
thanks

{
“cmd”: [“g++.exe”,"-std=c++11", “-o”, “$file_base_name”, “$file”],
“variants”: [
{
“cmd”: [“start”, “cmd”, “/c”, “$file_base_name”],
“shell”: true,
“name”: “Run”,
}
]
}

0 Likes