Command Line
Organizer Deluxe can start with command line parameters. Command line parameters allow you to define the name and the mode (read/write) of the database that will be opened when the program starts.
How to define command line parameters
Right mouse click on the application icon displays popup menu. Select Properties. In the Properties dialog box click Shortcut Tab. In the Target edit box add the following text:
- Data_1.dbf read_write
- Data_1.dbf read_only
The content of the Target edit box should look like:
C:\YOUR_ORG_DLX\Deluxe.exe data_1.dbf read_write |