home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 1010.dms / 1010.adf / BONUS! / Read-Me < prev   
Text File  |  1991-05-03  |  1KB  |  35 lines

  1. I had some spare blocks on this disk, so here a few goodies for you!!!!
  2. There only small little programs, but they are worth sticking on your
  3. CLI disk.
  4.  
  5. ******************************************************************************
  6.  
  7. Command: CLS
  8.  
  9. Use : This command simply clears the text from the current console window.
  10.        You may have seen commands that do this before, but all the ones that
  11.        I have seen do it by sending a RESET to the console device. This also
  12.        has a tendancy to mess up all your settings such as colours, styles..
  13.       
  14. ******************************************************************************
  15.  
  16. Command: COLOR
  17.  
  18. Syntax: COLOR ink[,paper]
  19.  
  20. Use : This command allows you to set the ink (& paper) colours of the text.
  21.  
  22.      EG:  COLOR 2   - will set the ink colour to Black.
  23.           COLOR 3,2 - will set the ink to Orange, and the Paper to Black.
  24.     
  25. ******************************************************************************
  26.  
  27. Command: CURSOR
  28.  
  29. Syntax: CURSOR [on|off]
  30.  
  31. Use : This command will turn the CLI cursor On or Off. It isn't really much
  32.        use turning it off on your CLI, it makes life harder. But on the other
  33.        hand, it is handy for makeing your CLI menus look neater.
  34.  
  35.