home *** CD-ROM | disk | FTP | other *** search
/ Play and Learn 2 / 19941.ZIP / 19941 / COMREF / DOS5TUT / TYPE.DAT < prev    next >
Encoding:
Text File  |  1994-02-05  |  391 b   |  16 lines

  1. Explanation of the TYPE command. 
  2. It is INTERNAL.
  3.  
  4. If you use this command, you can see the 
  5. contents of a text file. If you use it 
  6. on EXE, COM, or other files that are 
  7. unreadable to humans, you will get a 
  8. whole bunch of garbage characters on the 
  9. screen.
  10.  
  11. Example:
  12.        To see the contents of Read1st.TXT 
  13.        you would just
  14.        type:
  15.            type read1st.txt
  16.