pocomane / MiSTer_Batch_Control

Simple utility to control the MiSTer FPGA from the command line
48 stars 8 forks source link

Support for launching scripts #32

Closed tatsutron closed 1 year ago

tatsutron commented 1 year ago

I'm guessing this was intentional and so not an issue per se, but I was wondering why the SCRIPT command is no longer supported in latest.

pocomane commented 1 year ago

Launching script is not supported by MGL, and keeping all the old mount/link infrastructure only for them seems a bit an overkill to me. Moreover the feature was introduced just because originally it was "For free": I think I never used it.

However if you really need such feature, I could try to re-enable it (maybe finding some simpler trick to run them).

What is your usage scenario?

tatsutron commented 1 year ago

Thanks for the information! And thanks for offering to look into re-enabling it, but actually I think our app supported it mainly just because it was there "for free" -- I don't think it adds a lot of value for us so I don't think it'd be worth your time.