Solution
hi you can create a batch file than you can change or add tasks as of when you pleasea
if you create a notepad and write
@echo off
taskkill /IM notepad.exe
cls
save the notepad as anythng you want but make sure you add .bat to the end...... e.g taskkiller.bat or tasks.bat
this would end the process notepad you can add more just add "taskkill /IM "PROCESS NAME HERE"
or you wanted to make it a silent so no box comes up you can download a program called "BAT TO EXE" its really easy to use , if u do use it make sure the invisible option is ticked and no boxc will appear
hope this is a really easy fix for you
if you create a notepad and write
@echo off
taskkill /IM notepad.exe
cls
save the notepad as anythng you want but make sure you add .bat to the end...... e.g taskkiller.bat or tasks.bat
this would end the process notepad you can add more just add "taskkill /IM "PROCESS NAME HERE"
or you wanted to make it a silent so no box comes up you can download a program called "BAT TO EXE" its really easy to use , if u do use it make sure the invisible option is ticked and no boxc will appear
hope this is a really easy fix for you
kaos
Senior Member
- Joined
- May 9, 2011
- Messages
- 1,742
hi you can create a batch file than you can change or add tasks as of when you pleasea
if you create a notepad and write
@echo off
taskkill /IM notepad.exe
cls
save the notepad as anythng you want but make sure you add .bat to the end...... e.g taskkiller.bat or tasks.bat
this would end the process notepad you can add more just add "taskkill /IM "PROCESS NAME HERE"
or you wanted to make it a silent so no box comes up you can download a program called "BAT TO EXE" its really easy to use , if u do use it make sure the invisible option is ticked and no boxc will appear
hope this is a really easy fix for you
if you create a notepad and write
@echo off
taskkill /IM notepad.exe
cls
save the notepad as anythng you want but make sure you add .bat to the end...... e.g taskkiller.bat or tasks.bat
this would end the process notepad you can add more just add "taskkill /IM "PROCESS NAME HERE"
or you wanted to make it a silent so no box comes up you can download a program called "BAT TO EXE" its really easy to use , if u do use it make sure the invisible option is ticked and no boxc will appear
hope this is a really easy fix for you
cybercore
New Member
- Joined
- Jul 7, 2009
- Messages
- 15,626
Hey cyber, What file ext do you save that with (or not)?
Elmer
Oh, it's simple, install Link Removed - Invalid URL
No need to reboot. Right click an empty spot in a folder >> New >> Autohotkey Script >> Edit this new script file >> Save >> Double click to run.
Or save notepad as name.ahk.
You can also compile it to .exe. Possible to call windows API as DLLCALL ().