Sha256: 5ee7c0436563a410c256a4a793cd73bb20a6170222e62aae3a72b09463fe94a6
Contents?: true
Size: 1.01 KB
Versions: 6
Compression:
Stored size: 1.01 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 (you can just ignore this window or minimize it) @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
6 entries across 6 versions & 1 rubygems