Better way then System()
Is there a function better then system to execute console commands?
I would like to start and stop a service, but it's pretty annoying using the system() command because it tells you everything that's happening and makes my window look messy.
not that i know but system(""); is the shortest and easiest way to do it.