[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Any way to pause an EXEC?



Here's a dissembly of the EXEC command.  This might shed some light on
how it is(n't) working:

http://www.textfiles.com/apple/ANATOMY/cmdexec.txt

And here's the load/run command disassembly:

http://www.textfiles.com/apple/ANATOMY/cmds.load.run.txt

It might be that dos 3.3 doesn't support multiple disk commands, so the
load makes exec either terminate or leaves an EOF flag set.  Either
way, the way around it is to have an alternate EXEC command that loads
the entire file into memory first before executing.