Skip to content

Instantly share code, notes, and snippets.

@t-mat
Created October 5, 2012 00:54
Show Gist options
  • Save t-mat/3837421 to your computer and use it in GitHub Desktop.
Save t-mat/3837421 to your computer and use it in GitHub Desktop.
ActivePerlを入れる
set PATH="%USERPROFILE%\bin";%PATH%
mkdir "%USERPROFILE%\activeperltemp5.16.1.1601"
pushd "%USERPROFILE%\activeperltemp5.16.1.1601"
curl -L http://downloads.activestate.com/ActivePerl/releases/5.16.1.1601/ActivePerl-5.16.1.1601-MSWin32-x86-296175.msi -o ActivePerl.msi
start /wait msiexec.exe /i ActivePerl.msi /q
popd
rmdir /S /Q "%USERPROFILE%\activeperltemp5.16.1.1601"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment