Well look no further
I wrote myself a little program in ms-dos that would start groups of programmes based on user input
So say you typed 1
It would open firefox,itunes and msn all with high priority(meaning they start reaalllllyyy fast and leave more space for lower level priority utilities)
This program can be customized to your own specs,maybe you don't use firefox,maybe you use opera,well just open it up and edit it so that it opens Opera.lnk rather than Firefox.lnk
To Use: copy code into word pad and save as .bat
ALSO if your opening a program the shortcut must be in the same folder as the .bat UNLESS its something like spider solitaire which you could open just by typing start spider in ms dos
1 more thing it wont work if the shortcuts arent called what they are in my code eg msn.lnk or firefox.lnk instead of mozillla firefox.lnk
Anyway,here is the code,it took me ages to write
Quote:
@echo off
Title TriBe
Color 1a
cls
:start
cls
echo Hello Tristan,nice to see you again.
ECHO What do you want to do today?
ECHO 1. FireFox/Msn/iTunes
ECHO 2. uTorrent/Red Kawa
ECHO 3. PS3 Server
ECHO 4. FireFox/iTunes
ECHO 5. Just clean the proccesses
echo 6. Hack Call of Duty 4
set choice=
set /p choice=Type the number to choose what to do
if not '%choice%'=='' set choice=%choice:~0,1%
if '%choice%'=='*' goto fire
if '%choice%'=='x' goto x
if '%choice%'=='1' goto standard
if '%choice%'=='2' goto red
if '%choice%'=='3' goto ps3
if '%choice%'=='4' goto quick
if '%choice%'=='5' goto clean
if '%choice%'=='6' goto cod
if '%choice%'=='?' goto ?
if '%choice%'=='m' goto ms
if '%choice%'=='f' goto firefox
ECHO "%choice%" is not valid please try again
ECHO.
goto start
:firefox
start /high firefox.nk
goto start
:x
exit
:fire
start /high firefox.lnk
start /high itunes.lnk
:ms
cls
start /high cmd /q /t:0a /k Title Tristan is the Winrar?
goto start
:?
color 0a
goto start
:cod4
start /high explorer J:PS3SAVEDATABLES00148-AUTO-
start /high J:PS3SAVEDATABLES00148-AUTO-GPAD0_CM.PRF
start /high Cvars.txt
goto start
:standard
ECHO I'm opening them now
start /high Firefox.lnk /max
start /high msn.lnk
start /high iTunes /MIN
pause
cls
goto start
:end
:red
ECHO I'm opening them now
start /high ps3server.lnk
start /high torrent.lnk
pause
goto start
:ps3
echo PS3 Server starting up NOW!
start /high ps3server.lnk
goto start
:quick
start /high FireFox.lnk
start /high iTunes
:clean
cls
ECHO CLEANING
call killtask.bat
exit
:jeeves1
cls
call killtask.bat
goto start
:exit2
ECHO BBBAAAAIIIII
exit
goto end
:end
exit
|
for all those that just want to make their own here is the cut down version for you =]
Quote:
@echo off
Title BitByteBit Owns Your Soul Now ^__^
Color 0a
cls
:start
cls
echo Hello XXXXX,nice to see you again.
ECHO What do you want to do today?
ECHO 1. FireFox/Msn/iTunes
ECHO 2. FireFox/iTunes
ECHO 3. ADD YOUR OWN OPTIONS
ECHO 4. ADD YOUR OWN OPTIONS
ECHO 5. WIN
set choice=
set /p choice=Type the number to choose what to do
if not '%choice%'=='' set choice=%choice:~0,1%
if '%choice%'=='1' goto 1
if '%choice%'=='2' goto 2
if '%choice%'=='3' goto 3
if '%choice%'=='4' goto 4
if '%choice%'=='w' goto win
ECHO "%choice%" is not valid please try again
ECHO.
goto start
:1
:fire
start /high firefox.lnk
start /high itunes.lnk
start /high msn.lnk
goto start
:2
start /high firefox.lnk
start /high itunes.lnk
goto start
:3
echo lol idiot add your own programs
pause
goto start
:4
echo lol idiot add your own programs
pause
goto start
:win
color 0a
echo YOU ARE THE WINRAR
COLOR 1A
echo YOU ARE THE WINRAR
goto win
|
i also wrote a program for removing unnecessary processes to speed up the pc
Thats what killtask.bat is about
If you want the killtask code to edit or just to browse,reply and i will post it up for you guys
Oh and if you do use this PLEASE +rep!