Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- :: Batch file to launch HLMV with proper environment
- :: Set VPROJECT variable
- SET VPROJECT=..\dota
- echo VPROJECT=%VPROJECT%
- :: Launch HLMV
- echo Starting HLMV...
- echo Executing "%~d0%~p0hlmv.exe" %*
- start "" "%~d0%~p0hlmv.exe" %*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement