I take it I asked a stupid question. Regardless that is no reason to be rude.
Good on you dude, agreed 100%
Take a look at the some of the example javascript files, you will have to get used to/understand return based programming, but the SetRtc example is a good start as it is documented pretty well.
I was looking at the dumpArchives.js Friday and tried creating a modified version of it in order to pull the applets, but unfortunately it isn't as simple as changing the title ID's
The Title ID's for applets are in the 1000's, which throws an error if you incorporate titles that are NOT 8XX based...
I also tried doing something like IDirectory.DirList(), but that isn't a valid command it seems... maybe I am calling it wrong, how do you use the methods in those files? Anybody have any ideas? I tried looking into other scripts but they don't have any good indications.