tshastry Posted September 5, 2007 Share Posted September 5, 2007 Is there any way to run a terminal application without having to keep the terminal window open? I currently am running the MusicIP Headless service through the terminal but I have to keep the window open or else the application will stop. Link to comment https://www.insanelymac.com/forum/topic/62416-running-terminal-application-without-terminal-window/ Share on other sites More sharing options...
justvisiting Posted September 5, 2007 Share Posted September 5, 2007 did you try: command & eg mycommand & Link to comment https://www.insanelymac.com/forum/topic/62416-running-terminal-application-without-terminal-window/#findComment-442069 Share on other sites More sharing options...
tshastry Posted September 5, 2007 Author Share Posted September 5, 2007 I tried adding the ampersand but it still runs in the terminal window EDIT: Nevermind, you were right, the ampersand worked! Thanks! Link to comment https://www.insanelymac.com/forum/topic/62416-running-terminal-application-without-terminal-window/#findComment-442364 Share on other sites More sharing options...
Recommended Posts