aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/armdebug/nxt-python-fantom/install.bat
blob: afa7bfc5dc45f3eccb10c9481e099e227dd32613 (plain)
1
2
3
4
5
6
7
8
9
10
11
@echo off
@call setup.py install
if errorlevel 1 goto error
goto end
:error
echo -=-=-=-=-=-=-=-=-=-=-
echo There was an error during the installation.
echo Please check the above text for more information.
pause
:end
@echo on