Install.cmd now tries to add the system folder to the current path.
This commit is contained in:
parent
86a5cfd48b
commit
9f31de24aa
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue