In the PP.Extras.SHK archive About Convert Convert is a simple EXE file I created to convert Pascal programs in Pegasus Pascal 2.0. This program does not convert everything: to create a full conversion program would be nearly as complex as writing another compiler! However, it saves a lot of editing by replacing words like "PROCEDURE" with "PROC", and removes semi-colons from the end of lines. The syntax is: CONVERT pathname Pathname is the file you want to convert. Convert creates a file with a ".pp" suffix, which is the results of the conversion. You will have to use the FILETYPE command to change the program's filetype (eg. to SRC 5 for a Pascal program). Convert also makes mistakes; you must read your program line by line to finish the conversion to Pegasus Pascal. I hope this will be of some use to you. Ken B.