我有这个窗口的批处理命令:
wmic process call create "notepad.exe" | find "ProcessId"
它返回此字符串
(spaces) ProcessId = 13764;
而且我只需要在变量中存储pid号(13764),我该怎么办?
wmic process call create "notepad.exe" | find "ProcessId"
它返回此字符串
(spaces) ProcessId = 13764;
而且我只需要在变量中存储pid号(13764),我该怎么办?