Sha256: 719b66a58acbc3e6f468ef1cb0e427c264748f827a3f82903ff8639784e76341

Contents?: true

Size: 1.06 KB

Versions: 2

Compression:

Stored size: 1.06 KB

Contents

@echo Welcome to Sensible Cinema...
@IF NOT EXIST sensible-cinema\VENDOR\CACHE GOTO NOVENDORDIR
@echo This window will display lots of debug output 
@echo   (you can just ignore this window or minimize it, but have to leave it open)
@setlocal
@rem disable any local rubyopt settings, just in case...
@set RUBYOPT=
@rem check for java installed...we will be needing that :)
@call java -version > NUL 2>&1 || echo need to install java JRE first please install it from java.com && pause && GOTO DONE

@cd sensible-cinema
@call java -cp "./vendor/jruby-complete-1.6.2.jar" org.jruby.Main bin\sensible-cinema %* || echo ERROR. Please look for error message, above, and report back the error you see, or fix it && pause

@rem taskkill /f /im mencoder.exe ???

GOTO DONE

:NOVENDORDIR
@echo "it appears you downloaded sensible cinema straight from github--please download it instead fromhttps://sourceforge.net/projects/sensible-cinema/files/ for it to work properly"
@pause
@start https://sourceforge.net/projects/sensible-cinema/files

@rem fall through

:DONE

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
content-editing-movie-player-0.38.0 template_bats/RUN SENSIBLE CINEMA CLICK HERE WINDOWS.bat
sensible-cinema-0.35.3 template_bats/RUN SENSIBLE CINEMA CLICK HERE WINDOWS.bat