我想使用格式化驱动器subprocess
并让窗口命令提示符弹出以查看结果,但是这样做时:
subprocess.Popen(["FORMAT", drive, "/FS:FAT32", "/A:32K"], shell=True).communicate()
我收到此错误:
WindowsError: [Error 2] The system cannot find the file specified
有什么帮助吗?
我想使用格式化驱动器subprocess
并让窗口命令提示符弹出以查看结果,但是这样做时:
subprocess.Popen(["FORMAT", drive, "/FS:FAT32", "/A:32K"], shell=True).communicate()
我收到此错误:
WindowsError: [Error 2] The system cannot find the file specified
有什么帮助吗?