Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 2e - dos 2+ internal - execute command http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 2E - DOS 2+ internal - EXECUTE COMMAND
        DS:SI -> counted CR-terminated command string
Notes:  the top-level command.com executes the command
        results are unpredictable if invoked by a program run from a batch file
        all registers including SS and SP are destroyed as in INT 21/AH=4Bh
        Since COMMAND.COM processes the string as if typed from the keyboard,
          the transient portion needs to be present, and the calling program
          must ensure that sufficient memory to load the transient portion can
          be allocated by DOS if necessary.
        hooked but ignored by 4DOS v3.0 COMMAND.COM replacement

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson