System32 Function 25 (19h) - Shell Command

Description
All the commands you can give to the V2_OS from the command-prompt, can be executed from within programs aswell...
Input

AL

25d (19h)

EDI

Pointer to a ShellCommand(Zero-Terminated)
Output

None

None
Errorcodes

None

None
Notes
This is the exact same function being used by the command-prompt interpreter, so everything that works there works the same way here. This also means that screenoutput etc cannot be skipped or redirected until the STDOut mechanism is implemented...
Development Status
Working.

Back