When let the console loading this script as last it will do this: -Say: :::::::::::[Scripts Loaded]::::::::::::: -Say: :::::::::::[Clear in 5 seconds]::::::::::: -Clear the console in 5 seconds -Adding the new console command: 5clear NOTE: It is even cooler when you add 'clear' in the file where you firt script is just in front of the first script. Code: echo :::::::::::[Scripts Loaded]::::::::::::: alias w "wait" alias 5w "w; w; w; w; w" alias 10w "5w; 5w" alias 50w "10w; 10w; 10w; 10w; 10w" alias 100w "50w; 50w" alias 500w "100w; 100w; 100w; 100w; 100w" alias 1000w "500w; 500w" alias 5clear "echo :::::::::::[Clear in 5 seconds]:::::::::::; 1000w; clear" 5clear
Enjoy!

