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 [batch]color backgroundcolor-textcolor[/batch] This allows you to change the [...]
Continue reading...Wednesday, May 6, 2009
Starting and Stopping poweroff will shutdown the system reboot will restart the system Mounting and unmounting fdisk -l gives a list of all drives mount /dev/hdd /mnt would mount the hard drive in /mnt umount /dev/hdd would unmount the hard drive Moving, copying, deleting & viewing files ls will output all the files in the current directory rm filename will remove the file rm -r [...]
Continue reading...
Wednesday, June 24, 2009
0 Comments