Can someone please post a list of ArcaOS files, so people not having it can figure out what's new? Lord knows what has been added or replaced., and where it can be found nowadays Virtual sample code for eCS, assuming boot drive C: of a fresh install:
/* OS_DIFF.CMD */
CALL RxFuncAdd 'SysFileTree','RexxUtil','SysFileTree'
CALL SysFileTree 'C:\ECS\*','file.','FS'
DO i=1 TO file.0
SAY file.i
END i
CALL SysFileTree 'C:\OS2\*','file.','FS'
DO i=1 TO file.0
SAY file.i
END i
EXIT[code]
With file dates and file sizes, please.
The output would be nice-to-have, for example to upgrade components of OS/2 to an ArcaOS level. OO.EXE is probably an example of a random new OS component, but there are no formal upgrade packages for OS/2.
Please note this isn't about not buying ArcaOS. I'll need that for "modern" hardware anyway. I've already got an OO.EXE, but just didn't know that it's an OS component since eCS 2.x or ArcaOS.