From 9f31de24aad618807b07d52c8da249b703107177 Mon Sep 17 00:00:00 2001 From: LexManos Date: Sat, 21 Jan 2012 19:45:03 +0000 Subject: [PATCH] Install.cmd now tries to add the system folder to the current path. --- forge/install/install.cmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/forge/install/install.cmd b/forge/install/install.cmd index 345b0f6f0..d9a1968c5 100755 --- a/forge/install/install.cmd +++ b/forge/install/install.cmd @@ -3,6 +3,8 @@ echo off echo MinecraftForge Windows Setup Program echo: +set PATH=%PATH%;%SystemDir%\system32;%SystemRoot%\System32 + pushd .. >nul xcopy /Y /E /I forge\conf\* conf