home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 010 / batmnu24.zip / DP-APPS.MNU < prev    next >
Text File  |  1993-11-15  |  866b  |  25 lines

  1. rem Separate menu file, 2 columns, letter choices with separator
  2. rem Logo Fill, Option Help, Direct program execution
  3. rem See companion batch file DP-APPS.BAT
  4.  
  5. :menu
  6.   window, bred, tYEL, oWHI, hYEL, kblu─┴───┬, s1, l.
  7.   title,DATA PERFECT APPLICATIONS
  8.       option,Inventory,,c:,\dp\inv,..\dp
  9.         help,Office Inventory
  10.       option,Remote Management,,c:,\dp\remotes,..\dp
  11.         help,Remote Schedules
  12.       option,Manufacturer's Index,,c:,\dp\mfgidx,..\dp
  13.         help,Equipment File Index
  14.       option,Star Trek Trivia,,c:,\dp\startrek,..\dp
  15.         help,Info on Star Trek TV Shows
  16.       option,Media Catalog,,c:,\dp\catalog,..\dp
  17.         help,Catalog of Records, CDs, Cassettes, Videos
  18.       option,Phones,,c:,\dp\phones,..\dp
  19.         help,Telephone Numbers
  20.       option,Quit
  21.         help,You done! Goodbye...
  22.    footer, 
  23. :end_menu
  24.  
  25.