The SYSCALL host command environment gives you more direct control
over input and output. You can use:
- readfile to read an entire text file. See readfile for
more information.
- writefile to write an entire text file. See writefile for more information.
- read to read bytes from any kind of file. See read for more information.
- write to write bytes to any kind of file. See write for more information.