Guest User

Untitled

a guest
Jun 7th, 2014
1,265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. @echo off
  2. :: Batch file to launch Half-Life model viewer with proper environment
  3.  
  4. :: Confirm VPROJECT variable is set
  5. call "%~d0%~p0check_sdk_env.bat"
  6.  
  7. :: Launch HLMV
  8. echo Starting HLMV...
  9. echo Executing "%~d0%~p0hlmv.exe" %*
  10. start "" "%~d0%~p0hlmv.exe" %*
Advertisement
Add Comment
Please, Sign In to add comment