TXT2COM.EXE is a program by MindCrime of Chemical Youth which will, as the name implies, convert a text file into an executable .COM file. It doesn't matter what the text file is. It could be a normal ASCII file, ANSi file, scrolling ANSi, ANSimation, whatever! This file will convert it and display it EXACTLY as DOS's "TYPE" command would. AND only 25 bytes are added onto the length of the file! The only restriction with this program is that it will only convert files less than 65510 bytes. I'm working on creating a TXT2COM which will convert files greater than 65510 bytes. Usage: TXT2COM.EXE FILENAME.EXT TXT2COM will take the root of the filename and add ".COM" as the filename's extension. Then just enter the name of the produced .COM file, and it will display the file as it would if you entered "TYPE FILENAME.EXT" under DOS.