Mercurial > mm7
diff Build/init_win.bat @ 1936:68f2d9d3a1d9
MSVS 2010 project file
author | Ritor1 |
---|---|
date | Thu, 24 Oct 2013 15:24:14 +0600 |
parents | 8cd321994943 |
children | 255168c31655 |
line wrap: on
line diff
--- a/Build/init_win.bat Wed Oct 23 19:13:07 2013 -0700 +++ b/Build/init_win.bat Thu Oct 24 15:24:14 2013 +0600 @@ -1,6 +1,5 @@ @echo off -set _mm7_install_dir=E:\g\mm collection\MM_VII - +set _mm7_install_dir=C:\Program Files\Buka\MMCollection\MM_VII @@ -37,10 +36,10 @@ :win_xp echo Win XP -reg add HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment /f /v "WoMM_MM7_INSTALL_DIR" /t REG_SZ /d "%_mm7_install_dir%" +reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /f /v "WoMM_MM7_INSTALL_DIR" /t REG_SZ /d "%_mm7_install_dir%" -reg query HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment /v "WoMM_MM7_INSTALL_DIR" +reg query "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v "WoMM_MM7_INSTALL_DIR" goto end :win_vista