Directory output?
I am trying to write an AREXX macro for Baud Bandit which will
allow me to select files to download.
Has the format of the directory command changed very recently?
I think I have captured a directory of the new files which looks like this:
PALBT.LHW/B 37K 28-May-90 PALBOOTER 2.0 :boots Amiga in PAL mode.
TNN690.LZH/B 9K 28-May-90 June 1990 issue of THE NETWORK NEWS
but everytime I do a directory today, I get something like this:
[70003,3736] PALBT.LHW/binary 28-May-90 38220
Accesses: 27
[73047,2313] TNN690.LZH/binary 28-May-90 9319
Accesses: 174
I prefer the former since it gives some information about the
nature of the file and also because I have gotten my parsing down 8-).
Am I missing something about how to get the first output?
Any help would be appreciated!o