home *** CD-ROM | disk | FTP | other *** search
/ PC Plus 24 / ISSUE_24_SEP_1988 / SHORTIES / CURSOR.DOC < prev    next >
Encoding:
Text File  |  1988-01-01  |  2.0 KB  |  51 lines

  1.                   ┌─────────────────────────────────┐
  2.                   │         Cursor redefiner        │
  3.                   │ A valuable utility by Adam Moss │
  4.                   └─────────────────────────────────┘
  5.  
  6.   Have you ever turned on your portable PC and found you can't really see
  7. the cursor.Have you ever wanted a different cursor that would make your
  8. wordprocessing tasks a lot easier.This program is a solution to these problems.
  9.  
  10. If you're an absolute novice,but aren't afraid of the A> prompt then sit back
  11. and type CURSOR.You will get a very friendly help message telling you how to use
  12. the program.But for some more help,read on!
  13.  
  14. ┌────────────────┐
  15. │Built in cursors│
  16. └────────────────┘
  17.  
  18. These are the standard cursors built-into the program for special purposes.
  19.  
  20. Type: CURSOR /B to get a block , or CURSOR /U to get the normal cursor
  21.       CURSOR /S to get a split cursor , or CURSOR /O to turn off the cursor
  22.  
  23. ┌────────────────────┐
  24. │User defined Cursors│
  25. └────────────────────┘
  26.  
  27. 0  ██████████  This is  the purpose of the other half of the cursor command.
  28. 1  ██████████
  29. 2  ██████████  The cursor is made up of eight scanlines numbered 0 to 7
  30. 3  ██████████  By specifying a number between 0 and 7 as the first number
  31. 4  ██████████  and another number between 0 and 7 as the ending number a
  32. 5  ██████████  cursor of any thickness can be made,or perhaps more usefully
  33. 6  ██████████  split cursors can be made,by giving a starting value greater
  34. 7  ██████████  than the ending value.If you're still stuck,have a look at the
  35.                examples given below:
  36.  
  37. CURSOR 00  CURSOR 25  CURSOR 07  CURSOR 70  CURSOR 61 CURSOR 51 CURSOR 45
  38.  
  39. P.S: if you're irritated by the 'Cursor redefined' message when you use CURSOR,
  40.      BATch programmers may know that adding >NUL to the end of the command will
  41.      suppress the message.
  42.  
  43. P.P.S: Type COPY CURSOR.DOC PRN: to get a printed copy.
  44.  
  45.                         Hope you find this one useful!
  46.  
  47.  
  48.  
  49.  
  50.  
  51.