Sha256: 5f9f37b2f82454b1643eb0a8ac236eddfd471d03df4bff0fcf1bbcec9cb8ac2e
Contents?: true
Size: 1.05 KB
Versions: 13
Compression:
Stored size: 1.05 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 :) @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
13 entries across 13 versions & 1 rubygems