DOSMENU

How to add/change Menu-Entries

Edit the DOSMENU.DAT file with an editor of your choice.
Each line contains all data of a menu entry, splitted by a pipe symbol ("|")

Format:

  <Entry Name>|<Execution commands>|<Configuration commands>

The Execution and Configuration commands are DOS commands to be executed. The commands are splitted by a greater-than symbol (">")

Example:

  Windows 3.11|C:>CD \WINDOWS>WIN.COM|C:>CD \WINDOWS>SETUP.EXE

The example shows the menu entry for Windows 3.11
The Execution commands will change to drive C: into directory WINDOWS and then run WIN.COM
The Configuration commands will also change into the same drive and directory, but will then run SETUP.EXE