1 COMTOOL This command can be used to create a DCL command procedure file, that is a basic shell of DCL commands, to run a Pascal Software Tool in a standard I/O environment. $ COMTOOL tool-name Parameters tool-name This is the full name of the Pasal PROCEDURE that will be the logic of the tool. 2 File_Name This will reduce the tool-name to a 9-character VMS file name (file-name), and create the command procedure (file-name.COM) to run an executable file (.EXE). 2 Input_Output_Files The environment that is created in the command procedure, is to use three standard files (just as in Unix). Standard Input SYS$INPUT Input StdIn Standard Output SYS$OUTPUT Ouput StdOut Standard Error SYS$ERROR Error StdError ! CMS REPLACEMENT HISTORY ! *1 AMBY 9-NOV-1984 09:58:38 "Initial entry of help file into library"