Use the Save As command to save the current file under a new name. This retains the previous version of the file under its original name. After saving, you can continue to work on the file -- it is still in memory. ► The current file is the one displayed in the active Source or Notepad window. The file's name is shown at the top of the window. Use the Save As dialog box to name a disk file. ┌─────────────────────────────────┐ │ │ ■ Accept this name to │ File Name: ▒▒▒▒▒▒▒▒ ◄───────────│── overwrite the file │ │ or type a new name. │ C:\MYPROGS ◄────────────────────│─■ File will be saved │ │ in this directory. │ File List: Drives/Dirs │ ■ Select directory or │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒ ◄│── drive name here. │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒ │ ■ Existing file names │ ▲ │ listed here. │ └────────────────────────│─────┘ └─────────────────────────────────┘ QuickC assumes you are working on C source code, so it uses the extension .C if you do not type one. To name the file with another extension, or with no extension, explicitly specify the file name as shown below. If you type: QuickC names the file: MYFILE MYFILE.C MYFILE.C MYFILE.C MYFILE.H MYFILE.H MYFILE. MYFILE.