Deleting Menus

To remove a menu from the Schedule+ menu bar, add the following line to your SCHDPLUS.INI file or registry:

tag=version;menu to delete

The following table describes the parameters used in the syntax line.

Parameter Description
tag Identifies the command in the SCHDPLUS.INI file or registry, but serves no other purpose.
version Specifies the Schedule+ version number with which the command is compatible.
menu to delete Specifies a path to the menu item to be removed. The menu name is case-insensitive. Ampersands are ignored. Commas should be used to specify the path to the menu. For example, the path Edit,Undo specifies the path to the Undo command on the Edit menu. To specify an absolute menu position, use # followed by the absolute number for the position.

The following lines delete the Help and Undo commands:

DeleteHelp=7.0;help;
DeleteUndo=7.0;edit,undo