home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / MOUSE / PSCRNM.ZIP / README < prev   
Encoding:
Text File  |  1990-03-13  |  949 b   |  25 lines

  1. These files are provided as examples for creating menus and mouse
  2. functions for an application that does not support a mouse.
  3.  
  4. The file pscrn.def is the text file used to create the pscrn.mnu file
  5. for use with the logimenu.com program.  A sample batch file is include
  6. to show how to load the logitech menu for p-screen.  The GETTING THE
  7. MOST FROM YOUR MOUSE manual from LogiTech explains how to create
  8. pop-up menus for non-mouse applications using the LogiTech utilities
  9. provided with your mouse.
  10.  
  11. Be sure that in your batch file you provide the proper paths for the
  12. logitech.com program and the pscrn.mnu file when loading them.
  13.  
  14. Example batch file with paths:
  15.                  echo off
  16.                  cls
  17.                  c:\mouse\logitech c:\mouse\pscrn
  18.                  p-screen
  19.                  c:\mouse\logitech out
  20.  
  21.  
  22. The Left mouse button will give you a carriage return, the Middle mouse
  23. button will display the menu and the Right mouse button is like pressing
  24. the ESC key.
  25.