TYPE¶
Command¶
TYPE filename
Explanation¶
List ASCII file to HUNTER’s screen.
Examples¶
>TYPE FILE.TXT
This will output the filename FILE.TXT to the screen.
Remarks¶
Scrolling may be halted with ‘control S’ and restored with any other key. Any character typed while the screen is scrolling, besides ‘control S’ will abort the display.
Typing non-ASCII files may give confusing results.