source: gs2-extensions/music-ir/trunk/bin/script/jaudio.bat@ 22244

Last change on this file since 22244 was 22244, checked in by davidb, 14 years ago

Unix and DOS script to run jaudio GUI

  • Property svn:executable set to *
File size: 255 bytes
Line 
1@echo off
2
3if "%GEXT_MUSICIR%" == "" goto notSetup
4
5pushd %GEXT_MUSICIR%\lib\java && java -jar jaudio.jar %* && popd
6
7goto done
8
9
10:notSetup
11
12 echo Environment variable GEXT_MUSICIR is not set.
13 echo Have you sourced setup.bash?
14 ERRORLEVEL=-1
15
16:done
Note: See TracBrowser for help on using the repository browser.