Closed R3DIANCE closed 4 years ago
im trying to achieve this command "cmd": "taskkill /IM notepad.exe && ./notepad.exe",
"cmd": "taskkill /IM notepad.exe && ./notepad.exe",
or
"cmd": "taskkill /IM notepad.exe; ./notepad.exe",
both aint working. any suggestions?
Do they work separately? You can configure multiple commands, and they run synchronously in order.
im trying to achieve this command
"cmd": "taskkill /IM notepad.exe && ./notepad.exe",
or
"cmd": "taskkill /IM notepad.exe; ./notepad.exe",
both aint working. any suggestions?