[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Once again musing about "DOS 3.3 for ProDOS"
Hi Steve,
> But I've dealt with a few DOS programs where they do things
> BASIC.SYSTEM doesn't like (a lot of chargens do that), or they access DOS
> through the print chr$(4) trick in machine code (almost anything
> compiled)
The latter seems not to hard to archive - at least at first glance:
One might install an own COUT hook and call BASIC.SYSTEMs DOSCMD if a
CHR$(4) is found...
Regards,
Oliver