Displaying 1 result from an estimated 1 matches for "c32echo".
2009 Feb 22
2
NEW: COM32 module to run another command, optionally clearing the screen
...he screen
(using newlines) then run a command.
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
---
This is based on my alias COM32 module that I submitted back in
October, with some improvements to clean up debugging code and
optionally clear the screen.
LABEL et
KERNEL run.c32
APPEND c32echo.c32 test strings
LABEL etc
KERNEL run.c32
APPEND -c c32echo.c32 test strings
With the "-c" as the first command line argument, it will output a
preset number of newlines (currently 40; should be more than enough)
to the screen then run the command.
/* -------------------------------...