Solution Needed: Stop/Start multiple programs simultaneously? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: Solution Needed: Stop/Start multiple programs simultaneously? (/showthread.php?tid=93443) Solution Needed: Stop/Start multiple programs simultaneously? by kezz on 01-06-2010 at 03:53 AM
Hey guys, RE: Solution Needed: Stop/Start multiple programs simultaneously? by Toxn on 01-06-2010 at 04:10 AM
What do you mean by restart everything again? RE: Solution Needed: Stop/Start multiple programs simultaneously? by MeEtc on 01-06-2010 at 04:21 AM probably the easiest way is to run a batch file to start/end processes RE: Solution Needed: Stop/Start multiple programs simultaneously? by kezz on 01-06-2010 at 10:32 AM
quote: No I mean, when I'm finished using memory intensive programs (games, photoshop etc) and want to resume using normal programs, I need a way to get all of those running again.(I hope that's a little easier to understand for you) quote: Okay thanks I'll look into it, I may be back with questions on how to write those properly but I'll do my best to write it myself. RE: Solution Needed: Stop/Start multiple programs simultaneously? by Mike on 01-06-2010 at 01:19 PM
On Windows XP Professional (not sure about which editions of Vista/7 this works on) you can use taskkill.exe to terminate a process. You can also use net stop to stop services and net start to start them (on any edition of Windows). RE: Solution Needed: Stop/Start multiple programs simultaneously? by tony on 01-06-2010 at 02:10 PM
To run programs i always use this batch file: code: RE: Solution Needed: Stop/Start multiple programs simultaneously? by kezz on 01-07-2010 at 02:40 AM
quote: Thanks Mike, I'm using XP so I'll take a look at those commands and see where I get. quote: Okay thanks tony, any idea how I could do the opposite? As in kill those processes? RE: Solution Needed: Stop/Start multiple programs simultaneously? by Chrissy on 01-07-2010 at 03:04 AM
code: |