home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Freeware / Utilitare / pebuilder / plugin / ghost32 / ghost_nu2menu.xml next >
Text File  |  2003-09-22  |  637b  |  12 lines

  1. <!-- Nu2Menu entry for Symantec Ghost32 -->
  2. <NU2MENU>
  3.     <MENU ID="Programs">               
  4.         <MITEM TYPE="POPUP" DISABLED="@Not(@FileExists(@GetProgramDrive()\Programs\ghost\*.*))" MENUID="Ghost">Symantec Ghost</MITEM>
  5.     </MENU>
  6.  
  7.     <MENU ID="Ghost">               
  8.         <MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetProgramDrive()\Programs\ghost\ghost32.exe))" CMD="RUN" FUNC="@GetProgramDrive()\Programs\ghost\ghost32.exe">Ghost32</MITEM>
  9.         <MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetProgramDrive()\Programs\ghost\ghostexp.exe))" CMD="RUN" FUNC="@GetProgramDrive()\Programs\ghost\ghostexp.exe">Ghost Explorer</MITEM>
  10.     </MENU>
  11. </NU2MENU>
  12.