home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / ctmous18.zip / CTM-EN.MSG < prev    next >
Text File  |  2000-12-31  |  2KB  |  45 lines

  1. ; This file is a part of CuteMouse source
  2. ; Here are messages in English
  3.  
  4. E_option    db    5,0dh,0ah,'Error: Invalid option',0dh,0ah
  5.         db    'Enter /? on command line for help',0dh,0ah,'$'
  6. E_mousepresent    db    5,'Mouse services already present',0dh,0ah,'$'
  7. E_notfound    db    5,'Error: device not found',0dh,0ah,'$'
  8.  
  9. E_nocute    db    1,'CuteMouse driver is not installed!',0dh,0ah,'$'
  10. E_notunload    db    2,'Driver unload failed: some interrupts intercepted...',0dh,0ah,'$'
  11. S_unloaded    db    0,'Driver successfully unloaded...',0dh,0ah,'$'
  12.  
  13. S_reset        db    'Resident part reset to $'
  14. S_installed    db    'Installed at $'
  15. S_forPS2    db    'PS/2 port',0dh,0ah,'$'
  16. S_atCOM        db    'COM'
  17. com_port    db    ?,' ('
  18. S_atIO        db    '0000h/IRQ'
  19. IRQno        db    ?
  20. S_for        db    ') for $'
  21. S_forMS        db    'Microsoft mouse',0dh,0ah,'$'
  22. S_forWM        db    'Microsoft wheel mouse',0dh,0ah,'$'
  23. S_forLT        db    'Logitech MouseMan',0dh,0ah,'$'
  24. S_forMSYS    db    'Mouse Systems mouse',0dh,0ah,'$'
  25.  
  26. Copyright    db    0dh,0ah,'CuteMouse v1.8 [FreeDOS]',0dh,0ah,'$'
  27. Syntax        db    0,'Options:',0dh,0ah
  28.         db    '  /P       - force PS/2 mouse mode',0dh,0ah
  29.         db    '  /S[c[i]] - force serial mouse mode at COM port c (c=1-4, default is COM1)',0dh,0ah
  30.         db    '         with IRQ line i (i=2-7, default is IRQ4 for COM1/3 and IRQ3',0dh,0ah
  31.         db    '         for COM2/4)',0dh,0ah
  32. ;;+        db    '  /Aia       - force serial mouse mode at I/O address a (hexadecimal number)',0dh,0ah
  33. ;;+        db    '         with IRQ line i (i=2-7)',0dh,0ah
  34.         db    '  /Y       - prevent Mouse Systems mode',0dh,0ah
  35.         db    '  /V       - reverse search: find PS/2 after serial mouse',0dh,0ah
  36.         db    '  /3       - force 3-button mode (for Microsoft and PS/2 mice only)',0dh,0ah
  37.         db    '  /R[h[v]] - horizontal/vertical resolution (h,v=0-9; missing option R, no',0dh,0ah
  38.         db    '         arguments or 0 as argument after R mean auto resolution, missing',0dh,0ah
  39.         db    '         second argument means same value as for first argument)',0dh,0ah
  40.         db    '  /L       - left hand mode (default is right hand mode)',0dh,0ah
  41.         db    '  /B       - cancel run if mouse services already present',0dh,0ah
  42.         db    '  /W       - prevent loading TSR into UMB',0dh,0ah
  43.         db    '  /U       - uninstall driver',0dh,0ah
  44.         db    '  /?       - show this help',0dh,0ah,'$'
  45.