Jared Burrows Blog
Software Development and Course Notes
Showing posts with label
Batch
.
Show all posts
Showing posts with label
Batch
.
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
Older Posts
Home
Subscribe to:
Posts (Atom)