Sha256: 1b7bdd8e751e7934b144dbed92a515bf9fe0483a549b7612d45fe6935bb506f5
Contents?: true
Size: 1019 Bytes
Versions: 10
Compression:
Stored size: 1019 Bytes
Contents
@echo Welcome to Sensible Cinema... @IF NOT EXIST sensible-cinema\VENDOR\CACHE GOTO NOVENDORDIR @echo This window will display lots of debug output (you can just ignore this window) @setlocal @rem disable any local rubyopt settings, just in case... @set RUBYOPT= @rem check for java installed...we will be needing that :) @java -version > NUL 2>&1 || echo need to install java JRE first please install it from java.com && pause && GOTO DONE @cd sensible-cinema @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
10 entries across 10 versions & 1 rubygems