How to run program in background

Windows

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

linux

  • tmux
  • nohup
  • bg

References

Source via: https://note.bgzo.cc/weekly/20250719-run-program-in-background

posted @ 2026-04-11 19:40  菜就多練練  阅读(6)  评论(0)    收藏  举报