~ubuntu-branches/ubuntu/vivid/nxt-python/vivid

« back to all changes in this revision

Viewing changes to install.bat

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2012-01-01 21:20:35 UTC
  • Revision ID: package-import@ubuntu.com-20120101212035-zzs76zi8fyndgbhj
Tags: upstream-2.2.1
ImportĀ upstreamĀ versionĀ 2.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@echo off
 
2
@call setup.py install
 
3
if errorlevel 1 goto error
 
4
goto end
 
5
:error
 
6
echo -=-=-=-=-=-=-=-=-=-=-
 
7
echo There was an error during the installation.
 
8
echo Please check the above text for more information.
 
9
pause
 
10
:end
 
11
@echo on