Dangerous commands in command prompt
This will teach you how to do CMD. CMD is the original MS-DOS command prompt, the Shell. First, click START Then press Run... Type CMD or COMMAND This window should appear Step 1: EDIT: The worlds worst editor type EDIT Example.TXT this window should appear type whatever you want(I said hello ppl at INSTRUCTABLES) I said it was the worlds worst cause it is, it stinks only one size, one font, one color. At least no stoopid spell check................... But good for batch... Step 2: BATCH FILES ROCK Batch files, with a .BAT extension, are BATCHes of MS-DOS commands, executed togther. This is just basic, try Advanced , BATCH MOVIES @echo off stops commands from being shown. echo sends whatever is after it to the screen echo hi ppl del deletes whatever file is after it, or del *.* deletes every file in the folder del example.txt cd changes to whatever folder is after it, or cd .. goes back one cd desktop format formats whatever disk is after...