~/bGZo/notes

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

❯

How to

❯

How to run program in background

Jul 19, 20251 min read

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

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

Graph View

Created with Quartz v4.5.1 © 2025

  • About
  • GitHub
  • CC-BY-SA