home *** CD-ROM | disk | FTP | other *** search
/ Explore the World of Soft…ids, Adults, Educational / RocelcoInc-ExploreTheWorldOfSoftware-KidsAdultsEducational-Vol2-Shareware.iso / educate / disk001 / type.dat < prev    next >
Text File  |  1991-11-29  |  391b  |  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.