!7 set flag hotwire_here. sS osID = #1016478; sbool standalone = true; sS programName = "Auto Jump Cutter"; sS backgroundID = #1101867; mainClassName AutoJumpCutter p-pcall { ret if standalone && javaXStandalone_init(args, noConsole := true); autoVMExit(); try { temp tempWindow(standardSplashScreen(backgroundID, programName + " Loading")); ret if standalone_start2(standalone, programName, osID); standalone_selectUnpackedFFMPEG(); saveTextFile(stefansOS_backgroundFile(), backgroundID); standalone_runOSWithInitialModules(osID, tlftj([[ #1024578/VideoSplicer #1024630/AJCBatch #1019954/TaskBar_dev ]]), osParams := litparams( onStart := voidfunc(O os) { setOpt(os, minLoadScreenShowingTime := 20.0); }, hideFeatures := stefansOS_technicalFeatures(), standardModules := ll( "Single Video Splicer (with option to set manual timestamps)", "#1024578/VideoSplicer", "Multiple Videos -> Single Video Auto-Jump-Cutter", "#1024630/AJCBatch", ), botName := "", osName := programName, showTopInput := false, shutdownConsole := r { standardSplashScreen(backgroundID, programName + " Shutting Down") }, )); } catch print e { showConsole(); } }