Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom Debugger Guide - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

     type dir_spec

This command may be used to list the contents of a file on any disk on the
local or remote machine.  The "@L" or "@R" prefix may be used to specify the
locale (local or remote).  Unlike the DOS "TYPE" command, DOS or OS/2 "wild
card" characters ("?" or "*") may be used.

Example:

     type \tmp\test.dat

List the contents of the file "TEST.DAT" in the "TMP" directory of the
current drive.

Example:

     type d:\etc\*.lst

List the contents of all files of type "LST" in the "ETC" directory of the
"D" disk of the current locale (local or remote).

Example:

     type @rc:\demo\test.c

List the contents of the file "TEST.C" in the "DEMO" directory of the "C"
disk of the remote machine.  Both locale and disk are specified.

Example:

     type @le:trial.*

List the contents of all files named "TRIAL" of any type in the current
directory of the "E" disk of the local machine.  Both locale and disk are
specified.

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