This post has been edited by Budapest: 07 December 2011 - 08:01 PM
Reason for edit: Moved from Intros ~Budapest
Page 1 of 1
command prompt how to use it
#1
Posted 03 December 2011 - 11:11 AM
pls i need somebody to tell me how to use command prompt in my computer and how to work in dos ms
#2
Posted 07 December 2011 - 08:04 PM
The power of accurate observation is commonly called cynicism by those who haven't got it.
—George Bernard Shaw
—George Bernard Shaw
#3
Posted 05 April 2012 - 12:41 PM
Well CMD.exe is used to execute commands like
You can also make small programs, like this simple loop:
This is used to write text to a file:
For a full list of commands, go to CMD.exe and type in
You should see a list of commands.
to exit, type
More useful command are:
And
To see the current time, type
If you type
More commands at This Site
echo Hello!which displays "Hello!"
You can also make small programs, like this simple loop:
@echo off :a echo Hello! goto a
This is used to write text to a file:
@echo off title Text to File echo Hello! >>> hello.txt echo Done! pause exit
For a full list of commands, go to CMD.exe and type in
help.
You should see a list of commands.
to exit, type
exit
More useful command are:
cls
taskkill "program.exe"
And
telnet.
To see the current time, type
time /t
If you type
time, you have to change the time.
More commands at This Site
This post has been edited by muhuwj201: 05 April 2012 - 12:47 PM
Share this topic:
Page 1 of 1

Help

Back to top









