1

I'm using PHPDesktop for my project. I need to make sure its running all the time at background even though they have closed it. Something like chrome background service. How to make it happen . Any suggestion will be helpful.

Stephan
  • 41,764
  • 65
  • 238
  • 329
Rockstar
  • 191
  • 1
  • 2
  • 21

1 Answers1

0

HStart lets you run app hidden (commercial): http://www.ntwind.com/software/hstart.html

Another solution is to use AutoHotkey (free): https://autohotkey.com/board/topic/53974-start-an-application-hidden-from-cmdexe/

If you google "start app hidden" you may find more.

Czarek Tomczak
  • 20,079
  • 5
  • 49
  • 56