User:Jenkins08/Sandbox: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
<div style="float: center; text-align: center;">
<div style="float: center; text-align: center;">
http://i228.photobucket.com/albums/ee249/xer2k7/therockxg3.jpg
<source lang=dos>@ECHO OFF
ECHO TEST
FOR %%A IN %1 DO PAUSE
EXIT
REM This is a comment
@ECHO ON
</source>
</div>
</div>

Revision as of 04:20, 19 April 2009

@ECHO OFF
ECHO TEST
FOR %%A IN %1 DO PAUSE
EXIT
REM This is a comment
@ECHO ON