Showing posts with label MS-DOS. Show all posts
Showing posts with label MS-DOS. Show all posts

Sunday, June 26, 2011

HelloWorld with Batch Scripting


HelloWorld.bat

@echo off
echo HelloWorld!
pause
exit
Create a Text Document > Copy and Paste > File > Save As > (name).bat

Double Click on the .bat to run it.

or go to Command Prompt, cd (folder that file is in) then (file).bat