| View previous topic :: View next topic |
| Author |
Message |
rayz321 Grandmaster Cheater
Reputation: 0
Joined: 17 Aug 2008 Posts: 579
|
Posted: Sun Mar 29, 2009 2:09 pm Post subject: how would you make a program or shortcut to... |
|
|
ok i need 1 of 3 thinge
1 a program to close a system process when you click on it
2 a shortcut to close a system process when you click on it
3 a tut on how to make a program to close a system process
ok well i need a way to close a system process when you click on a short cut or a program and please dont say go to task manager ok so please help me. _________________
|
|
| Back to top |
|
 |
Localhost I post too much
Reputation: 0
Joined: 28 Apr 2007 Posts: 3402
|
Posted: Sun Mar 29, 2009 2:43 pm Post subject: |
|
|
well if you get the third one, two and three should be easy...
1) follow number 3
2) make a shortcut for 1
On windows or Linux? _________________
|
|
| Back to top |
|
 |
BanMe Master Cheater
Reputation: 0
Joined: 29 Nov 2005 Posts: 375 Location: Farmington NH, USA
|
Posted: Sun Mar 29, 2009 2:44 pm Post subject: |
|
|
need to know 2 things
1 the name of the process you wish to terminate
2 the shortcut key combination you want to use
regards BanMe _________________
don't +rep me..i do not wish to have "status" or "recognition" from you or anyone.. thank you. |
|
| Back to top |
|
 |
rayz321 Grandmaster Cheater
Reputation: 0
Joined: 17 Aug 2008 Posts: 579
|
Posted: Sun Mar 29, 2009 2:48 pm Post subject: |
|
|
local host i am running Windows
BanMe the name of the process is firefox.exe and could you just make it so you double click on it also could if you make it in vb 2008 coudl you please please give me to source or a tut on how you did it or both and if good help  _________________
Last edited by rayz321 on Sun Mar 29, 2009 2:53 pm; edited 1 time in total |
|
| Back to top |
|
 |
Localhost I post too much
Reputation: 0
Joined: 28 Apr 2007 Posts: 3402
|
Posted: Sun Mar 29, 2009 2:53 pm Post subject: |
|
|
| rayz321 wrote: | local host i am running linux
BanMe the name of the process is firefox.exe and could you just make it so you double click on it also could if you make it in vb 2008 coudl you please please give me to source or a tut on how you did it or both and if good help  |
How are you running linux, but have a .exe running and expect vb to work in linux?
Are you sure you are not running Windows? _________________
|
|
| Back to top |
|
 |
rayz321 Grandmaster Cheater
Reputation: 0
Joined: 17 Aug 2008 Posts: 579
|
Posted: Sun Mar 29, 2009 2:54 pm Post subject: |
|
|
sorry i am running windows but was thinking about my linux coputer but yse i need the program for windows and i will edit the other post _________________
|
|
| Back to top |
|
 |
xV I post too much
Reputation: 1
Joined: 03 Jan 2008 Posts: 3783 Location: Seattle
|
Posted: Sun Mar 29, 2009 6:35 pm Post subject: |
|
|
This sounds a little fishy.. like a virus that'll copy itself into 'startup' and then he'll rename the process 'firefox.exe' -> 'somethingimportant.exe' and send it to people. I don't know. _________________
|
|
| Back to top |
|
 |
rayz321 Grandmaster Cheater
Reputation: 0
Joined: 17 Aug 2008 Posts: 579
|
Posted: Sun Mar 29, 2009 6:59 pm Post subject: |
|
|
what I need it for is my mom she uses firefox but if freezes like a few times a day so i need a program that she can simpley click and close firefox without teh task mangager which she might mess up the computer get it sorry for any confusion _________________
|
|
| Back to top |
|
 |
FullyAwesome I post too much
Reputation: 0
Joined: 05 Apr 2007 Posts: 4438 Location: Land Down Under
|
Posted: Sun Mar 29, 2009 11:45 pm Post subject: |
|
|
you can check the parameters in a command prompt. if you wanted to do it in vb.net, you could just process start taskkill, then parameters, and have it hidden, but a batch file is even easier. _________________
|
|
| Back to top |
|
 |
Zarr Grandmaster Cheater
Reputation: 0
Joined: 11 Jan 2008 Posts: 915 Location: localhost
|
Posted: Mon Mar 30, 2009 1:58 am Post subject: |
|
|
Here's a bat file I threw together a while back when I was having problems with an add-on:
| Code: | cd c:\Program Files\Shiretoko\
REM Changes the directory to firefox's root folder so as to resolve possible conflicts with other firefox installations
taskkill /f /im firefox.exe
REM Kills firefox if it fuck up
start firefox.exe /max /normal
REM Starts firefox again |
I don't remember where firefox installs to by default as I've always modified my folder name (bat file in question was being used with ff3.1 alpha), so you'll need to change the first line to reflect that. You can also remove the REM lines if you want. _________________
|
|
| Back to top |
|
 |
rayz321 Grandmaster Cheater
Reputation: 0
Joined: 17 Aug 2008 Posts: 579
|
Posted: Mon Mar 30, 2009 4:29 pm Post subject: |
|
|
| Zarr wrote: | Here's a bat file I threw together a while back when I was having problems with an add-on:
| Code: | cd c:\Program Files\Shiretoko\
REM Changes the directory to firefox's root folder so as to resolve possible conflicts with other firefox installations
taskkill /f /im firefox.exe
REM Kills firefox if it fuck up
start firefox.exe /max /normal
REM Starts firefox again |
I don't remember where firefox installs to by default as I've always modified my folder name (bat file in question was being used with ff3.1 alpha), so you'll need to change the first line to reflect that. You can also remove the REM lines if you want. |
Can you please give me the code so i can put it on a button cause i tryed and none of it worked it had tons of errors _________________
|
|
| Back to top |
|
 |
Butcher Expert Cheater
Reputation: 0
Joined: 04 Mar 2009 Posts: 125 Location: lAS vEGAS no joke
|
Posted: Mon Mar 30, 2009 4:36 pm Post subject: |
|
|
lol i was goin to say task kill. But ill offer another program to help you out =p
Batch to .exe convertor
Converts your batch files to .exe, add info, icon, even add a file to include.
HOLY SHIT THEY ADDED MORE STUFF!! I CAN ADD UNLIMITED FILES LOL I like the new version!! Well anyway perfect for making viruses since you can make it a "ghost" program
I know what ill be dloading when i get home lol
http://download.cnet.com/Bat-To-Exe-Converter/3000-2069_4-10555897.html
AND ON THE above post, you do know that you have to remove some stuff, right?
| Code: |
@echo off
taskkill -f im yourprocesshere.exe
pause
|
_________________
www.aowhacks.tk if you play Act of War, working online hacks there!!
LIke my pic?
 |
|
| Back to top |
|
 |
rayz321 Grandmaster Cheater
Reputation: 0
Joined: 17 Aug 2008 Posts: 579
|
Posted: Mon Mar 30, 2009 6:12 pm Post subject: |
|
|
but how do i make a .bat?
ok i know how to make a . bat now but how does the code work just put what where for the post above _________________
|
|
| Back to top |
|
 |
Karakawe I post too much
Reputation: 3
Joined: 17 Apr 2007 Posts: 3899
|
Posted: Mon Mar 30, 2009 6:21 pm Post subject: |
|
|
| Just open notepad and type what you need in, but don't save it as a .txt file (or just rename it from [name].txt to [name].bat). |
|
| Back to top |
|
 |
rayz321 Grandmaster Cheater
Reputation: 0
Joined: 17 Aug 2008 Posts: 579
|
Posted: Mon Mar 30, 2009 7:09 pm Post subject: |
|
|
ok i got that but what code exactly do i put?  _________________
|
|
| Back to top |
|
 |
|