Template:PatchDiff/May 13, 2013 Patch/bin/Hammer.bat

From Team Fortress Wiki
< Template:PatchDiff/May 13, 2013 Patch
Revision as of 22:18, 13 May 2013 by MousseBOT (talk | contribs) (Diff of file "bin/Hammer.bat" for patch May 13, 2013 Patch.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
N/A1@echo off
N/A2:: Batch file to launch Hammer editor with proper environment
N/A3 
N/A4:: Confirm VPROJECT variable is set
N/A5call %~d0%~p0check_sdk_env.bat
N/A6 
N/A7:: Launch Hammer
N/A8echo Starting hammer...
N/A9echo Executing "%~d0%~p0hammer.exe" %*
N/A10start "" "%~d0%~p0hammer.exe" %*