【问题标题】: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 上,如何在 shell 的后台运行程序,并能够在程序运行的同时关闭 shell?
【发布时间】:2016-12-12 04:17:35
【问题描述】:

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

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

【问题讨论】:

    标签: android linux shell command-line-arguments nohup


    【解决方案1】:
    START `my command`
    

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

    【讨论】:

      猜你喜欢
      • 2015-06-24
      • 1970-01-01
      • 1970-01-01
      • 2011-11-17
      • 1970-01-01
      • 2011-09-20
      • 1970-01-01
      • 2012-07-24
      相关资源
      最近更新 更多