Code update, forgot to actually do this... *hides in a corner*

This commit is contained in:
Michael Fabain Dirks
2016-06-12 03:52:57 +02:00
parent b558d16daf
commit 2d3360ab82
35 changed files with 2832 additions and 63 deletions
+7
View File
@@ -0,0 +1,7 @@
@ECHO OFF
:: Retrieve Garry's Mod path from Regristry
:: FOR /F "tokens=2* delims= " %%A IN ('REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Steam App 4000" /v InstallLocation') DO SET "GARRYSMODPATH=%%B"
SET "GARRYSMODPATH=D:\Program Files (x86)\Steam\steamapps\common\GarrysMod"
SET "PATH=%CD%;%GARRYSMODPATH%\bin;%PATH%"
CMD