Tuesday 25 January 2011

CMD TRICKS

hello frnds
WISH U ALL HAPPY REPUBLIC DAY
First of all Be Perfect with some of the Basic.

The Command Prompt program allows you to work in an environment that looks more like a traditional operating system as opposed to the icon based Windows environment. In Command Prompt, you will use your keyboard. You won't use your mouse at all. Command Prompt works at a lower level than Windows. This means that you will have more control over the machine. The disadvantage is that it is less user-friendly.


To launch Command Prompt select Start -> Run and type cmd in the box.
The Command Prompt shows up as a black terminal window. The command prompt should look something
like:

step 1EDIT: The worlds simple 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 2BATCH 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 it
format A:
 

step 3Shutdown the comp!

go to cmd
type: shutdown -s -t 20 -f -c "shutting down..............."

SEND TO SOMEONE ELSE!
right click desktop
new>shortcut
shutdown -s -t 20 -f -c "shutting down..............." in the box
next
a name in the box

finish
send to a friend! 

step 4MS DOS Is NOT DEAD!

MS-DOS isn't dead!!!
You can boot up in MS-DOS my making a boot disk. A program to do that is attached here. 
All you have to do is rename the file to *.exe (i.e. boot600.exe).


No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...