Type Ü ßßßßß Displays the contents of files. Syntax: TYPE [drive:][path]filename [drive:][path]filename The location and name of the file you want to display. Displaying binary files If you display a binary file or a file created by a program, you may see strange characters on the screen that look like jibberish. These characters represent control codes used in the binary file. In general, you should avoid using the type command with binary files. Example: The following example displays the contents of RELEASE.TXT: C:\>type release.txt See Also: More