Introduction So first of all what is batch file? Its a file with a list of commands that are executed by command prompt(CMD) to open your cmd window go to start > run > cmd Basic Commands [batch]@echo off[/batch] This removes the "C:\Documents and Settings\Administrator>" part [batch]cls[/batch] This clears all writing off the CMD window [...]
Continue reading...
Wednesday, June 24, 2009
0 Comments