;<!-- Nu2Menu entry for Bootable Disks -->
;<NU2MENU>
<MENU ID="Startmenu">
I am very new to this and I am working at a basic level. On my boot disk I have image files created with winimage and wish to execute the files from the menu system. The menu looks just about what I want, the detail below has been shortened. However, the exe files do not work, please give me a clue to what I am doing wrong.
<MITEM TYPE="POPUP" MENUID="Bootable Disks">Bootable Disks</MITEM>
</MENU>
<MENU ID="Bootable Disks">
<MITEM TYPE="POPUP" MENUID="Windows">Windows</MITEM>
<MITEM TYPE="POPUP" MENUID="Windows2">Windows</MITEM>
<MITEM TYPE="POPUP" MENUID="Windows3">Windows</MITEM>
</MENU>
<MENU ID="Windows">
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetProgramDrive()\Bootable Disks\AD001.exe))" CMD="RUN" FUNC="@GetProgramDrive()\Bootable Disks\AD001.exe">DMI Disk (Updated Jan 2003)</MITEM>
</MENU>
;</NU2MENU>