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
1 changed files with 2 additions and 0 deletions

View File

@ -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