@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
Friday, April 10, 2009
Subscribe to:
Post Comments (Atom)

0 comments:
Post a Comment