home *** CD-ROM | disk | FTP | other *** search
/ 5 Star Games: Windows Edition / 5StarsGames-Windows31Edition.iso / winmenu / winmenu.doc < prev    next >
Text File  |  1999-12-31  |  8KB  |  198 lines

  1. WINMENU v2.1
  2. by Ricky Freyre, 1993
  3. CIS# 75230,1734
  4.  
  5.  Winmenu is a menu/shell system for Windows 3.1 or above with a 3D look.
  6.  Designed to help smooth the transition to the Windows environment,
  7.  Winmenu looks like a conventional DOS menu but yet powerfull enough
  8.  to replace the Program Manager.  Perfect for those users that are
  9.  not willing to spend time learning the program manager and/or feel
  10.  intimidated to the overwhelming world of icons and groups. Winmenu
  11.  displays a consistent menu with a great look to make the user feel
  12.  productive right from the start.  This version is written in C. 
  13.  
  14.  You may launch programs from the menu  or  from the command line in the
  15.  RUN window.   Also, utilize the  associations from the WIN.INI to find and
  16.  execute underlying applications.  The  menu holds up to 80 menu items 
  17.  organized in 5 pages. Type the menu  line number and press the ENTER  
  18.  key to fast execute any desired  application. Or double click over the  menu
  19.  line. Displays percentage  of free  resources. Menu items can easily  be 
  20.  added or changed online or offline.  With the MinOnUse and AutoRestore
  21.  options,  you can set WINMENU to automatically minimize and restore it-
  22.  self when running programs.
  23.  
  24.  Version 2.1 allows users to customize the utility ribbon displayed at the
  25.  top most of the menu screen. This "ribbon" can hold up to nine frequently
  26.  use program's icons for easy access. The programs in the ribbon can also be 
  27.  executed from the system menu while the menu is iconized for added convinience.
  28.  
  29.  As a shell, it automatically runs all  the programs that the program manager 
  30.  also runs at load time. Shareware $20 U.S.  A network version is available.
  31.  
  32.  INSTALLATION INSTRUCTIONS:  (20 days trial)
  33.  
  34.   Create a directory on your hard drive. Example: C:\WINMENU.
  35.   Be sure to copy all the WINMENU files in this directory.
  36.  
  37.      WINMENU.EXE     - program file 
  38.      WINMENU.DOC     - This documentation
  39.      ORDER.DOC       - Order form. 
  40.      
  41.   The following files are needed in your \WINDOWS\SYSTEM directory and 
  42.   should already be found there as part of the Windows 3.1 system files:
  43.      
  44.      COMMDLG.DLL
  45.      SHELL.DLL                     
  46.      TOOLHELP.DLL
  47.  
  48.  
  49.    Winmenu will create WINMENU.INI; where it stores and maintain  all 
  50. the program's data and configuration. Hence, your WIN.INI is never modified. 
  51.  
  52.   HOW TO RUN WINMENU:
  53.  
  54.   From the DOS prompt:
  55.  
  56.    1) Be sure you are in the WINMENU directory and type WIN WINMENU
  57.       then press ENTER.
  58.    
  59.   From the Program Manager:
  60.  
  61.     Select the RUN option from the FILE menu in Program Manager.
  62.     Type C:\WINMENU\WINMENU.EXE at the command line prompt and press
  63.     the ENTER key or click the OK button.
  64.  
  65.    To replace program manager:  (Windows 3.x and above only)
  66.     Make a backup of the file SYSTEM.INI found on your \WINDOWS directory.
  67.     Use your favorite text editor to load the SYSTEM.INI file found in the 
  68.     your \WINDOWS directory. Look for the line that start with SHELL= and 
  69.     modify it to look like this:
  70.  
  71.            SHELL=C:\WINMENU\WINMENU.EXE
  72.     
  73.     Save the file!.  The next time you run Windows, WINMENU will be 
  74.     displayed instead of the Program Manager. If you ever decide to
  75.     restore the Program Manager, just modify the SHELL= line to look
  76.     like SHELL=PROGMAN.EXE and save it. Or restore SYSTEM.INI with 
  77.     your backup copy.
  78.  
  79.  
  80.     TO ADD,CHANGE or DELETE MENU ITEMS:
  81.  
  82.     Several options: 
  83.     a) Click with the RIGHT button of the mouse over the menu line that
  84.      you wish to add/change or delete. A window entry screen will pop-up
  85.      to prompt you for the information needed.
  86.  
  87.     b) or, Type the menu line number you wish to add or modify and...
  88.          press CTRL+A 
  89.   
  90.  
  91.     or for those programmers / support staff:
  92.     c) Look for the text file WINMENU.INI in the directory where
  93.      WINMENU files reside. (Or create this file inside this directory)
  94.      Create or add menu lines as follow:
  95.  
  96.      The first line must contain:   [MenuItems]
  97.      The second line must contain:  NoOfItems=xx
  98.      where xx is the highest menu line number used. You may set xx as 80.
  99.      (i.e:  NoOfItems=80 )
  100.  
  101.      The next lines will hold each menu line information. 4 keywords
  102.      are used for each menu line:  
  103.          AppNamexx=       ( holds the menu description)
  104.          AppFileNamexx=   ( holds the program path,file name + parameters)
  105.          AppWorkDirxx=    ( the default directory (optional) )
  106.          AppRunTypexx=    ( 0= Normal Run, 1=Minimized )
  107.  
  108.      where xx is the menu line number of reference.
  109.      The following example defines two menu items:
  110.      
  111.     [MenuItems]
  112.     NoOfItems=80
  113.     AppName1=Word For Windows 2.0
  114.     AppFileName1=e:\word2\winword.exe
  115.     AppWorkDir1=d:\winword
  116.     AppRunType1=0
  117.      
  118.     AppName2=Quicken 6.0 - My CheckBook
  119.     AppFileName2=c:\quick\quicken.exe
  120.     AppWorkDir2=c:\quick\
  121.     AppRunType2=0
  122.  
  123.     etc,etc...
  124.  
  125.   NOTE:  This method of adding or modifying menu items is OPTIONAL. You
  126.   should use the online method (above described).  
  127.  
  128.  
  129.  
  130.  ADDITIONAL OPTIONS:
  131.  
  132.    [Options]
  133.    MinOnUse=1               (1=Yes,0=No)
  134.    AutoRestore=1
  135.    Title=The Company Name, Inc.
  136.    
  137.  The MinOnUse option automatically minimize WINMENU when you 
  138.  executes a program.  If the MinOnUse and AutoRestore are set,  then 
  139.  AutoRestore will  automatically restore and display back WINMENU
  140.  after  all  other  programs have  being closed or minimized. These options
  141.  are set as enabled (1) by default. You may set both options online from
  142.  the Options menu.        
  143.  
  144.  The Title=  option allows you to set the company name which will be displayed
  145.  in the Windows Title. This option can not be set online.
  146.  
  147. TO CHANGE THE DEFAULT PROGRAM NAMES ON THE UTILITY RIBBON:
  148.  
  149.   The utility ribbon allows the user to quickly run 9 utility programs (i.e Calendar, Notepad,
  150.  etc. ) by just clicking over their respective icon. You can also, change the default program
  151.  for each of these utilities by simply overwriting the corresponding line in the [Accessories] 
  152.  section of the WINMENU.INI file.  The [Accessories] section of the WINMENU.INI holds
  153.  the configuration and data for the accessory programs. The format is as follows:
  154.  
  155.  Accessoryx=filename,description,icon
  156.          /\
  157.    where x is the accessory order number from 1 to 9.
  158.    filename is the complete path and filename of the executable program.
  159.    description is a 30 characters or less description of the program.
  160.    icon is a .ICO, .EXE or .DLL file which contain the ICON.
  161.  
  162.   Note: the icon is optional. Winmenu will use the first icon it finds
  163.   in the filename. If none found, the file GENERIC.ICO will be used.
  164.  
  165.   Examples:
  166.  
  167. [Accessories]
  168. Accessory1=COMMAND.COM,DOS Session,DOS.ICO
  169. Accessory2=CALC.EXE,Calculator
  170. Accessory3=CALENDAR.EXE,Calendar
  171. Accessory4=WINFILE.EXE,File Manager
  172. Accessory5=NOTEPAD.EXE,Note Pad
  173. Accessory6=PROGMAN.EXE,Program Manager
  174. Accessory7=CONTROL.EXE,Control Panel
  175. Accessory8=CARDFILE.EXE,Card File
  176. Accessory9=MSMAIL.EXE,MS Mail,mail16b.ico
  177.  
  178. *********************************************************************  
  179.  
  180.  You have license to test drive this program for 20 days. If you want
  181. to keep it, you must register.  Send your name, address + your Compuserve
  182. mail address and US$ 20.00 to: 
  183.  
  184.   Ricky Freyre
  185.   6373 Bell Haven ln.
  186.   Riverdale, GA 30296
  187.  
  188. Or charge it to your compuserve account. Just GO SWREG , registration id# 1148. 
  189. for more information, please SEE ORDER.DOC.
  190.  You will receive your registration license number and my sincere thanks.
  191. Also, you will be entitled to receive any modifications and/or enhancements
  192. made to the program. A network version is available. With the network version,
  193. there is no need to install WINMENU on each workstation. It also allows
  194. the network administrator to set menu lines for all the users. See wmenunet.zip 
  195.   
  196.  
  197.    
  198.