Search This Blog

Loading...

Friday, April 10, 2009

Batch File "HelloWorld.bat"

@ECHO OFF
REM ----------------------------------------------------------
REM Author: Peter Koshakji
REM Date: 04/08/2009
REM Filename: HelloWorld.bat
REM Skill Level: Beginner
REM Duty: Output hello world to a Dialog Box.
REM ----------------------------------------------------------
REM Instructions:
REM - Create a file HelloWorld.bat copy content
REM - In the console, navigate to the file location
REM - Execute the script: HelloWorld.bat

ECHO "Hello World From Windows Batch File"
PAUSE

0 comments: