Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FORCE Data Base Compiler - ############################################################################## http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+------+###################################################################
#+-| TYPE |----------------------------------------+##########################
#| +------+ The TYPE command displays the contents |##########################
#|          of a disk file to the screen           |##########################
#+-------------------------------------------------+##########################
##############################################################################
##############################################################################
#+--| Syntax |---------------------+##########################################
#|     TYPE <C-exp> [TO PRINT]     |##########################################
#+---------------------------------+##########################################
##############################################################################
##############################################################################
#######+---| Description |--------------------------------------------+#######
#######| Use TYPE to display the contents of an ASCII text file.  Use |#######
#######| the exist() or find_first() function to search for the file. |#######
#######+--------------------------------------------------------------+#######
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Show the contents of a file.                        |#########
#########|                                                          |#########
#########| TYPE "\autoexec.bat" TO PRINT  && Print out the          |#########
#########|                                &&  autoexec.bat          |#########
#########|                                &&  file.                 |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 2 |-------------------------------------------+#########
#########| *    Show contents of a file, and duplicate the          |#########
#########| *    file in an "alternate" file.                        |#########
#########|                                                          |#########
#########| SET ALTERNATE TO "d:\tmp.txt"                            |#########
#########| SET ALTERNATE ON                                         |#########
#########| TYPE "\autoexec.bat"        && Contents of autoexec.bat  |#########
#########|                             &&  file will appear in the  |#########
#########|                             &&  tmp.txt file.            |#########
#########| CLOSE ALTERNATE                                          |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: RUN SET ALTERNATE

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