~vbursian/research-assistant/intervers

« back to all changes in this revision

Viewing changes to scripts/install.bat

  • Committer: Viktor Bursian
  • Date: 2013-06-06 15:10:08 UTC
  • Revision ID: vbursian@gmail.com-20130606151008-6641eh62f0lgx8jt
Tags: version_0.3.0
versionĀ 0.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
IF [%~1]==[]  goto dfltdir
 
2
  7za x RA_VERMAJOR_VERMINOR_win32.zip -o%1
 
3
  7za x Qt_libs_win32.zip              -o%1
 
4
goto fidir
 
5
:dfltdir
 
6
  7za x RA_VERMAJOR_VERMINOR_win32.zip -oc:\RA.VERMAJOR.VERMINOR
 
7
  7za x Qt_libs_win32.zip              -oc:\RA.VERMAJOR.VERMINOR
 
8
:fidir