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