Personal Notes File


Open... File Command

Purpose

The Open command is used to load a notes file, a text file, or a Windows CardFile from disk to memory.

To open an old notes file

  1. From the File menu choose Open....
  2. In the dialog box displayed give the name of the file to open. You can open NTF files (the default), CRD files, or TXT files. CRD files are files created by the old Windows CARDFILE program. NOTEFILE can read CRD files, but cannot save data in CRD format. The loaded file needs to be saved in NTF or TXT format. NTF is recommended.

Notes:

  • Windows CARDFILE (that is, the CRD format) allows you to have two or more cards having the same index value. This is not allowed in NOTEFILE. So, if this is the case on an input file, NOTEFILE appends a period to the end of the second card with same index value encountered in the input file. You can then modify the index value of a card directly by editing the first line of the card data.

Opening CSV files

If you try to open CSV files created by ADDRFILE (the previous major version of NOTEFILE), you will get a warning and you will be directed to the file migration topic.

Other ways to open a file

  • If you run NOTEFILE from command line, you can specify the file to be opened by giving it as parameter. For example:
    >NOTEFILE myfile.ntf
    or
    >NOTEFILE readme.txt
  • Alternatively, you can run NOTEFILE, drag a file from Windows Explorer or any Linux File Manager, and drop it on a running window of NOTEFILE to open it.

Note: NOTEFILE will use only the first command line parameter. If there are more parameters than one, the remaining parameters will be ignored with a warning message.

Opening password protected files

If you try to open an encrypted notes file, you will be prompted for the correct password of the file. Unless you give the correct password, you will not be able to open the file. Note that passwords are case sensitive.

Autosave files

The automatic save feature of NOTEFILE saves your notes file with a name having $$$ extension at a specified interval to disk to prevent loss of data in case of system or program crash. You can recover files saved by the automatic save feature when you try to open the original file. When you open a file, if there is a file with the same name, but with $$$ extension in the same directory, you will be given the option to open that file instead. This is called an autosave file. If you want to keep the contents of the autosave file, you must save it over the original or a new file.

Keyboard shortcut

Ctrl+O

Error messages

Format error on key # number!
Internal error ...!
Unable to read card count!
Unable to read data for key # number!
Unable to read data length for key # number!
Unable to read key # number!
The CRD file you are trying to open has a format error. Please send this file to me for further investigation.
Header not recognized!
The CRD file you are trying to open does not have a recognizable header. NOTEFILE can only read Windows CARDFILE files having either the MGC or RRG magic header. Please send this file to me for further investigation.
Unable to read header!
The CRD or NTF file you are trying to open is too short or starts with a wrong header. Probably it is not in CARDFILE or NOTEFILE format.
Unable to read configuration header!
Wrong configuration record type!
Unable to read file configuration header!
Unable to read file configuration data!
Wrong data record type!
Unable to read card data header!
Unable to read card data!
Unable to read card configuration data!
The NTF file you are trying to open has a format error. Please send this file to me for further investigation.
Error reading ...
Please check your password!
NOTEFILE was no able to read and process your encrypted NTF file. Probably, the password you entered is wrong. Note that passwords are case sensitive.
Version of data file is xx.xx, which is above the version (02.02) of this program.
The data file you are trying to open was created with a newer version of the NOTEFILE. Please, download the latest version of NOTEFILE.
Unknown extension: .ext.
NOTEFILE can only open files having extension NTF, CRD, or TXT. It will refuse to open a file with another extension. You may rename the file to one of the above extensions and try to open it.
CSV files need to be converted for NOTEFILE!
If you try to open a CSV file created by ADDRFILE (the previous major version of NOTEFILE), you will get this error message and you will be directed to the file migration topic.
Ignoring command line parameter(s) after the first one!
NOTEFILE can accept at most one command-line parameter. This is the name of the data file to be opened. If you tried to run NOTEFILE from command line, please be sure to give at most one parameter. If you tried to run NOTEFILE from a Windows shortcut or a Linux .desktop file, check the Target: field in the shortcut definition or the Exec= line in the .desktop file. If the parameter has space characters, please enclose it in double quotes.
Number index corrections were made.
When you open a TXT or CRD file which has duplicate indexes, NOTEFILE will append a period to one of the cards with same index value encountered in the input file. The total number of affected cards is given in this message.
There is an autosave file with the same name. Do you want to open that file instead?
See Autosave files section above.