Pages

Showing posts with label first dos script. Show all posts
Showing posts with label first dos script. Show all posts

Wednesday, 12 June 2013

echo command



Hi again!!!
Welcome to lesson 1
Echo Command  helps you to print text,nos and symbols it is like any other c,c++ print statements.

Syntax:Echo your text........
So that's it.......you know what to do ..
step 1:open cmd
step 2:type in "   echo hello hackers      "

it prints hello hackers....


Now here Your script goes here......
step 1:open notepad
step 2:type

@echo off
echo "hello" 
pause

step3:save as echo.bat and run.....
.
learn an extra command ...(cls is used to clear your screen).
Now you are just few steps to master the scripts...............Congratulations.