Install.cmd now tries to add the system folder to the current path.

This commit is contained in:
LexManos 2012-01-21 19:45:03 +00:00
parent 86a5cfd48b
commit 9f31de24aa

View file

@ -3,6 +3,8 @@ echo off
echo MinecraftForge Windows Setup Program echo MinecraftForge Windows Setup Program
echo: echo:
set PATH=%PATH%;%SystemDir%\system32;%SystemRoot%\System32
pushd .. >nul pushd .. >nul
xcopy /Y /E /I forge\conf\* conf xcopy /Y /E /I forge\conf\* conf