home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 3 / CD_Magazyn_EXEC_nr_3.iso / Recent / util / boot / CPointer_v2.2a.readme < prev    next >
Text File  |  2000-07-13  |  3KB  |  102 lines

  1. Short:    Puts Mouse Pointer anywhere on screen
  2. Author:   splayer@netcom.ca (Allan Versaevel)
  3. Uploader: splayer@netcom.ca (Allan Versaevel)
  4. Type:     util/boot
  5.  
  6.  
  7. CPointer 2.2a is a simple utility that will centre the mouse pointer on boot-up and
  8. much more.
  9.  
  10. v2.2a improves MClick and DClick functionality. Works the same, just better.
  11.  
  12.  
  13. Features:
  14.  
  15. - Will centre the mouse pointer on any size screen.(Default)
  16. - User defined co-ordinates can be set.
  17. - Left mousebutton can be activated with delay.
  18. - Double-click can be emulated.
  19. - Works with GFX cards.
  20.  
  21.  
  22. NOTE:
  23. *****
  24.  
  25. CPointer is CLI only. It would become un-neccessarily bigger with
  26. Tooltypes and all. Anyway, putting CPointer in your Startup-Sequence will
  27. have it activated sooner.
  28.  
  29.  
  30. Usage:
  31.  
  32. C:CPointer XPOS/N YPOS/N MCLICK/N DCLICK
  33.  
  34. XPOS = X position on screen (number required)
  35. YPOS = Y position on screen (number required)
  36. MCLICK = Click left mouse button after so many ticks. (50 ticks = 1 second. 60 if NTSC)
  37.          Good for activating a screen like WorkBench after boot. 0-600 allowed (0 to 10 seconds)
  38. DCLICK   Works with MCLICK. Will execute a double click. This could be used to have the
  39.          pointer double-click on an icon to run it. Use your imagination :)
  40.  
  41. Installation:
  42.  
  43. 1) Dump CPointer to your C: dir.
  44.  
  45. 2) Fire up your favorite text editor.
  46.  
  47. 3) Now, just before LoadWB add this line:
  48.  
  49.  
  50. ~~~~~~~~~~~~~~
  51.  
  52. Run >NIL: C:CPointer XPOS/N YPOS/N MCLICK=<delay> DCLICK (see below for explanation)
  53.  
  54. C:LoadWB
  55.  
  56. EndCli >NIL:
  57.  
  58.  
  59. ~~~~~~~~~~~~~~
  60.  
  61. Examples:
  62.  
  63. Run >NIL: C:CPointer ; This will centre the mouse pointer on the current screen
  64.  
  65. Run >NIL: C:CPointer MCLICK  ; This will centre the mouse pointer aswell as activate the current screen.
  66.  
  67. Run >NIL: C:CPointer MCLICK=250 ; Centre Mouse Pointer on screen. Click left mouse button 4.5 seconds
  68.                                   after Cpointer is run.
  69.  
  70. Run >NIL: C:CPointer XPOS=100 YPOS=200 MCLICK=250 DCLICK ; Position mouse at 100,200 and double click
  71.                                                            left mouse button after 4.5 seconds.
  72.  
  73. You get the idea......
  74.  
  75.  
  76.  
  77. IF THE XPOS OR YPOS IS GREATER THAN THE SCREEN LIMITS THE MOUSE POINTER WILL BE CENTRED.
  78.  
  79.  
  80. Now on every boot, your mouse pointer will be centred on your Workbench
  81. Screen. Put over an icon or icon bay. Run a program through it's icon.
  82. Do what you will. :)
  83.  
  84.  
  85. Testers:
  86. --------
  87.  
  88. Laurence Walton - Initial tests
  89.  
  90. Isaac Morris    - GFX card tests
  91.  
  92.  
  93. E-Mail me at splayer@netcom.ca if you find CPointer useful. Thanks.
  94.  
  95.  
  96. If you like music and use Play16, Mpega, and Audio CD's, check out my Super
  97. Audio GUI, SPlayer at http://us1.arcnet.vapor.com/splayer
  98.  
  99.  
  100. Regards,
  101. Allan Versaevel
  102.