home *** CD-ROM | disk | FTP | other *** search
- These files are provided as examples for creating menus and mouse
- functions for an application that does not support a mouse.
-
- The file pscrn.def is the text file used to create the pscrn.mnu file
- for use with the logimenu.com program. A sample batch file is include
- to show how to load the logitech menu for p-screen. The GETTING THE
- MOST FROM YOUR MOUSE manual from LogiTech explains how to create
- pop-up menus for non-mouse applications using the LogiTech utilities
- provided with your mouse.
-
- Be sure that in your batch file you provide the proper paths for the
- logitech.com program and the pscrn.mnu file when loading them.
-
- Example batch file with paths:
- echo off
- cls
- c:\mouse\logitech c:\mouse\pscrn
- p-screen
- c:\mouse\logitech out
-
-
- The Left mouse button will give you a carriage return, the Middle mouse
- button will display the menu and the Right mouse button is like pressing
- the ESC key.