后台运行 Windows CMD 命令与 BAT 程序

Linux Shell 后台运行命令需要在命令之后加一个 &,后台运行程序的话会有选项如 -d
Windows 的 CMD 命令后台运行的方式是 start /b

你可能感兴趣的:(后台运行 Windows CMD 命令与 BAT 程序)