执行命令行
//执行命令行
//关闭所有记事本进程
QString command = "taskkill /im notepad.exe /f";
int ret = QProcess::execute(command);
qdebug
关注
打赏
执行命令行
//执行命令行
//关闭所有记事本进程
QString command = "taskkill /im notepad.exe /f";
int ret = QProcess::execute(command);
qdebug
关注
打赏
微信扫码登录