The File menu gives you the following functionality:
New Program: Erases the existing program in memory and creates a new program. The menu item will cause another window to appear that will ask for the name of the program. The name of the program must conform to the naming convention of data objects. That is, the name of the program may contain alphanumeric characters, but the name must start with a letter, and all letters must be uppercase. Additionally, no special characters may be used, and only eight characters may be used.
Rename Program: Allows the programmer to rename the current program in memory. The same naming convention applies as described in New Program.
Open: Opens a saved PTV file from disk.
Save: Saves the current PTV file to disk. If this is the first time the program is being saved as a PTV file, this menu item will act as the Save As menu item.
Save As: Saves the current PTV file to disk with the location of the file and the name specified by the user. Please note that the file name and program name do not have to be related to one another. In fact, the name of file may be any name that conforms to the file naming conventions of the operating system that you are using.
Generate Code: Generates assembly language code only if there are no syntactical errors in the program. To read more about errors, please consult the Code View help file. The assembly language code file will be saved in the same directory as the PTV file of this current program is saved (or if none was selected, the location will be the current directory when PTV was started). The name of this assembly language file will be the same name as that given to the program. No file name extension will be used.
Exit: This will exit from PTV.