bGZo's Notes

Home

❯

表达之心不死

❯

How to run program in background

Jul 19, 20251 min read

  • public
  • writing/how-to

How to run program in background

Windows

Start-Process
Start Job { & C:\Full\Path\To\my.exe }
start

linux

  • tmux
  • nohup
  • bg

References

  • What’s the nohup on Windows? - Stack Overflow
  • What is the equivalent of ‘nohup’ in linux PowerShell? - Stack Overflow
  • Start-Process (Microsoft.PowerShell.Management) - PowerShell | Microsoft Learn
  • What is the equivalent of ‘nohup’ in PowerShell? - Stack Overflow
  • Start-Job (Microsoft.PowerShell.Core) - PowerShell | Microsoft Learn

Graph View

  • How to run program in background
  • Windows
  • linux
  • References

Created with Quartz v4.5.2 © 2026

  • CC-BY-SA