|
Opening and saving Prism Files |
|
|
Commands Open [“filename”] Close Save <”filename”> Explanation Scripts can either be saved as part of a Prism file, or in a separate script (.pzc) file. When the script is running from a separate file, the Open and Close commands let you switch between Prism files. The script commands work on the last opened file. You may open several files at once. To go back to a file you already opened, simply reissue the open command again. If you don’t include a disk and directory, Prism will look in the directory (folder) specified by the SetPath command. Include the file extension (.PZF, .PZFX, .PZT or .PZM). The Close command does not save the file, so issue the Save command first if you want to keep the changes. Include a file name with the Save command to create a new file. Omit the file name to save changes using the same name. The Save command saves to either .PZF or .PZFX format, depending on the file name you enter. |