I'm doing this post for help people that don't know a lot off coding and want to make their own "minitool".
-Open notepad.exe
-Put a code as that:
PHP Code:
@echo off
start www.exemple.com
start app.exe
start app2.exe
exit
PHP Code:
@echo off
start www.darkorbit.com
start www.elitepvpers.com/forum/darkorbit
start www.youtube.com
start skype.exe
exit
-Change the name file to: exemple.bat
-Open the file and automaticaly you will open what you put in the code.
How to put the "tool" as an a startup?
-Go to the folder: C:\Users\YOUR_USER_NAME\AppData\Roaming\Microsoft\ Windows\Start Menu\Programs\Startup
-Make a direct acces of the file and paste your .bat file there






