Skip to content

Instantly share code, notes, and snippets.

@jarulsamy
Created May 14, 2018 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jarulsamy/1ca1a604adb084df65b32ab3e9a990f2 to your computer and use it in GitHub Desktop.
Save jarulsamy/1ca1a604adb084df65b32ab3e9a990f2 to your computer and use it in GitHub Desktop.
Custom install script for myro and prereq
cd /d %0\..
msiexec /i python-2.4.4.msi
pyserial-2.2.win32.exe
IF NOT EXIST %SystemRoot%\System32\mfc71.dll copy /Y mfc71.dll %SystemRoot%\System32\
myro-2.9.5.win32.exe
copy /Y snack\tkSnack.py c:\Python24\Lib\
copy /Y misc\config-extensions.def c:\Python24\Lib\idlelib\
copy /Y misc\ScriptBinding.py c:\Python24\Lib\idlelib\
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment