start > shutdown.
And keep it that way :)
2006-07-27 18:47:05
·
answer #1
·
answered by rions3 2
·
0⤊
0⤋
It's not REM; REM can lock up if you use the redirect character < later in the string.
It's not DIR, since that could display sensitive information.
ECHO seems pretty safe to me, but who knows what tricks could be played there. I think VER, CLS, and CD are pretty safe, but CLS has to win out. There's not much you can do wrong with a command that just clears the screen.
2006-07-27 19:51:35
·
answer #2
·
answered by Charles G 4
·
0⤊
0⤋
Not sure what you mean by safest ...All commands are written for some specific task and all performs them when u executes them...some deletes something ...some creates something....and some only lists....
so could you please explain ur question..
lax
2006-07-27 18:52:36
·
answer #3
·
answered by lax 3
·
0⤊
0⤋
CHDIR (CD) Change Directory Command
Once you have located the directory you want, you may move from directory to directory using the CD command (change directory)
Example:
C> cd furniture
Moves you to the directory called 'FURNITURE'
2006-07-27 18:56:59
·
answer #4
·
answered by george 4
·
0⤊
0⤋
For doing what?
2006-07-27 18:47:08
·
answer #5
·
answered by Everything 4
·
0⤊
0⤋
cls - clear screen
2006-07-27 18:50:29
·
answer #6
·
answered by pbjrsm 2
·
0⤊
0⤋
echo "Hello World!"
2006-07-27 19:30:27
·
answer #7
·
answered by swami060 3
·
0⤊
0⤋
rem
2006-07-27 18:47:25
·
answer #8
·
answered by Anonymous
·
0⤊
0⤋
c:>help
It'll help you get some help
2006-07-27 18:59:12
·
answer #9
·
answered by KidK 2
·
0⤊
0⤋
DIR
2006-07-27 18:45:51
·
answer #10
·
answered by moin_anjum 5
·
0⤊
0⤋