Autorun.brs versions
I'm having difficulty keeping track of what version of autorun.brs is used for what. In particular, in the document called SimpleNet_UG.pdf, it says to use Autorun.brs (setup version). Where can this be found? Is it the one used to set up a fixed IP address? I don't find any files that are specifically called "Setup Version". I've tried several autorun.brs versions that I have and have had no luck getting network updates to work yet.
While I think of it, I have an idea for an improvement. It would be nice if the filename parser would look only as far as the "Autorun" portion of a filename (plus brs extension) and treat it the same as if there were no additional characters. That way we could keep multiple Autoruns with names like autorun_networkaddr.brs and autorun_clockset.brs and autorun_setup_version.brs and simply copy them without renaming to a card. The user would still need to be careful to have no conflicts, but that is less of a problem than managing all the different files that want to be named the same.
The same could be done with the other Auto??? files like autoplay.brp and autoschedule.txt. So I could have autoplay_client1.brp, autoplay_client2.brp, etc.
Dick