Microsoft Mathematics
Post date: Apr 24, 2013 1:13:34 PM
@rem Microsoft Mathematics 繪圖計算機
@rem 可以繪製 2D 及 3D 的圖形、逐步求解方程式,
@rem 以及提供實用的工具協助學生研習數學與科學。
@rem http://www.microsoft.com/education/en-us/teachers/guides/Pages/Mathematics-guide.aspx
if exist "%SystemDrive%\Program Files (x86)" (
if exist MicrosoftMathematics\MSetup_x64.exe goto next1
start /wait "" wget.exe "http://download.microsoft.com/download/5/9/7/597722BC-1D6E-4F37-923B-E891512DD294/MSetup_x64.exe" --directory-prefix=MicrosoftMathematics
:next1
start /wait MicrosoftMathematics\MSetup_x64.exe /Q /C:"msiexec /i MSMath_x64.msi /qr FROMSETUP=1 ALREADYRUNNING=0 DOTNET35=1 SXSOFF=0"
)
if not exist "%SystemDrive%\Program Files (x86)" (
if exist MicrosoftMathematics\MSetup_x86.exe goto next2
start /wait "" wget.exe "http://download.microsoft.com/download/5/9/7/597722BC-1D6E-4F37-923B-E891512DD294/MSetup_x86.exe" --directory-prefix=MicrosoftMathematics
:next2
start /wait MicrosoftMathematics\MSetup_x86.exe /Q /C:"msiexec /i MSMath_x86.msi /qr FROMSETUP=1 ALREADYRUNNING=0 DOTNET35=1 SXSOFF=0"
)