关于Windows 我如何运行 一个程序在shell 的后台运行,并且能够在离开程序运行 的同时关闭shell?

On Windows how do I run a program in the background of a shell, with the ability to close the shell while leaving the program running?

我正在使用 Windows 终端打开 android 模拟器。 (emulator -avd <avd_name>).

但是当我关闭终端时,它也会杀死模拟器。 linux 中的解决方案似乎很简单。 但是 Windows.

我需要它
START `my command`

也适用于批处理文件。(Doc here)