What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Solution Needed: Stop/Start multiple programs simultaneously?

Solution Needed: Stop/Start multiple programs simultaneously?
Author: Message:
kezz
Full Member
***

Avatar
'kezz.,

Posts: 231
Reputation: 6
32 / Male / Flag
Joined: Sep 2006
O.P. Solution Needed: Stop/Start multiple programs simultaneously?
Hey guys,

I'm looking for a way to stop/start several programs simultaneously.

I have a relatively low-spec PC at the moment, and when using resource-intensive programs (games, photoshop etc), it helps if I'm running the least amount of sundry programs as possible. To do this at the moment, I have to spend a few minutes closing programs, killing processes etc, and then when I'm done, I have to restart everything again.

Does anyone know of a quick, efficient way to do this? (When I was first thinking of it I was thinking a .exe or two, but I have no idea of the capabilities of such things. Googling has yielded very little, as I think my problem is a little too specific, and my knowledge is very limited, but I have been proven wrong before.)

Any help would be appreciated.
[Image: 2764.png]
[Image: internet.png]
01-06-2010 03:53 AM
Profile E-Mail PM Web Find Quote Report
Toxn
Full Member
***

Avatar

Posts: 136
Reputation: 14
113 / Male / Flag
Joined: Apr 2009
RE: Solution Needed: Stop/Start multiple programs simultaneously?
What do you mean by restart everything again?
Like you restart your computer?
No problem
01-06-2010 04:10 AM
Profile E-Mail PM Find Quote Report
MeEtc
Patchou's look-alike
*****

Avatar
In the Shadow Gallery once again

Posts: 2200
Reputation: 60
38 / Male / Flag
Joined: Nov 2004
Status: Away
RE: Solution Needed: Stop/Start multiple programs simultaneously?
probably the easiest way is to run a batch file to start/end processes
[Image: signature/]     [Image: sharing.png]
I cannot hear you. There is a banana in my ear.
01-06-2010 04:21 AM
Profile PM Web Find Quote Report
kezz
Full Member
***

Avatar
'kezz.,

Posts: 231
Reputation: 6
32 / Male / Flag
Joined: Sep 2006
O.P. RE: Solution Needed: Stop/Start multiple programs simultaneously?
quote:
Originally posted by Toxn
What do you mean by restart everything again?
Like you restart your computer?

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:
Originally posted by MeEtc
probably the easiest way is to run a batch file to start/end processes

Okay thanks I'll look into it, I may be back with questions on how to write those properly :chrongue: but I'll do my best to write it myself.
[Image: 2764.png]
[Image: internet.png]
01-06-2010 10:32 AM
Profile E-Mail PM Web Find Quote Report
Mike
Elite Member
*****

Avatar
Meet the Spam Family!

Posts: 2795
Reputation: 48
31 / Male / Flag
Joined: Mar 2003
Status: Online
RE: Solution Needed: Stop/Start multiple programs simultaneously?
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).

Also, take a look at this: http://www.iobit.com/gamebooster.html
It stops services/terminates processes that you probably don't need while gaming.
YouTube closed-captions ripper (also allows you to download videos!)
01-06-2010 01:19 PM
Profile E-Mail PM Web Find Quote Report
tony
Senior Member
****

Avatar

Posts: 976
Reputation: 54
36 / Male / Flag
Joined: Jul 2004
RE: Solution Needed: Stop/Start multiple programs simultaneously?
To run programs i always use this batch file:

code:
@echo off
start "Title" "C:\File_path\filename.exe"
start "Title" "C:\File_path\filename2.exe"

[Image: beginnerbadgeef2.gif][Image: danceichigoow9.gif]
01-06-2010 02:10 PM
Profile PM Web Find Quote Report
kezz
Full Member
***

Avatar
'kezz.,

Posts: 231
Reputation: 6
32 / Male / Flag
Joined: Sep 2006
O.P. RE: Solution Needed: Stop/Start multiple programs simultaneously?
quote:
Originally posted by Mike
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).

Also, take a look at this: http://www.iobit.com/gamebooster.html
It stops services/terminates processes that you probably don't need while gaming.

Thanks Mike, I'm using XP so I'll take a look at those commands and see where I get.


quote:
Originally posted by tony
To run programs i always use this batch file:

code:
@echo off
start "Title" "C:\File_path\filename.exe"
start "Title" "C:\File_path\filename2.exe"



Okay thanks tony, any idea how I could do the opposite? As in kill those processes?
[Image: 2764.png]
[Image: internet.png]
01-07-2010 02:40 AM
Profile E-Mail PM Web Find Quote Report
Chrissy
Senior Member
****

Avatar

Posts: 850
Reputation: 5
29 / Male / Flag
Joined: Nov 2009
RE: Solution Needed: Stop/Start multiple programs simultaneously?
code:
@echo off
TASKKILL /F /IM "notepad.exe"

01-07-2010 03:04 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On