Hi Jari,
> Obviously I have something really important stuff missing from the
> command, but can't find anything relevant on Google for r4unzip.
It should actually be just 'unzip.exe'. The 'r' means 'run this
command'; the '4' means "don't continue until unzip, or whatever
command is being run, has finished." That's required because otherwise,
there's a chance that Guide would attempt to start using classfd.tle
before the file had actually been unZIPped.
And 'unzip.exe' ought to be in your Guide folder, as part of the
guide8.zip file. I just gave it a try, and found that files are
extracted by default to the current folder. You probably have a new
'classfd.tle' in your Guide folder... but not in the tle folder.
It looks as if you need to change
r4unzip -o tle\classfd.zip;
to read
r4unzip -o tle\classfd.zip -d tle;
to get all extracted files to land in the 'tle' folder.
-- Bill