home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / screen / sign.arj / SIGN.DOC next >
Encoding:
Text File  |  1991-01-25  |  2.0 KB  |  52 lines

  1. SIGN v1.10  (c) 1991 Isaac Hepworth
  2.  
  3.  
  4. The command to invoke SIGN from the DOS command line is of the form
  5.  
  6.      SIGN [switches] <mode>.
  7.  
  8. The available switches are as follows :
  9.   /cxxx         Alter the ASCII value of the base character to xxx. The
  10.                   default is 43 (a "+" sign). Useable characters are in
  11.           the range ASCII 33 to ASCII 254 inclusive.
  12.   /<1-4>        Alter the speed factor to the number specified, if it is
  13.                   between 1 (slow) and 4 (fast). Numbers outside the range
  14.               1-4 result in the use of the default speed of 4.
  15.   /s            Signwrite with small characters (this is slightly faster).
  16.  
  17. ...and mode should be one of these :
  18.   c <text>      Cyclic mode - display the specified text over and over 
  19.                   again, cycling back to the beginning when the end is
  20.               reached. Pressing a key ends the program.
  21.   r             Real time mode - characters are displayed as they are typed 
  22.                   in at the console. Pressing backspace finishes.
  23.   f <filename>    File mode - displays the text in the specified file. 
  24.           pressing a key interrupts the program and returns to DOS.
  25.                            
  26.  
  27. Some examples of commands at the DOS prompt are :
  28.  
  29.      C:\PROGS\USEFUL> SIGN /c64 /3 c hello there!
  30.              Displays the message "hello there!" over and over again at
  31.            speed level 3, with the basic character being ASCII 64.
  32.  
  33.       C:\UTILS\WEIRD> SIGN /s f \autoexec.bat
  34.              Displays in small characters your autoexec.bat file. The
  35.            speed and the basic character are left at the defaults :
  36.            4 and ASCII 43 respectively.
  37.  
  38.     C:\FREEWARE\COOL> SIGN /c208 /s /1 r
  39.              Displays letters typed in at the console in small characters
  40.            made up of ASCII 208.
  41.  
  42.  
  43. If you found this program useful, interesting or wacky and well worth the
  44. download time, drop me a line at CIX. Have fun!
  45.  
  46.                Isaac Hepworth
  47.            comspec@cix.compulink.co.uk
  48.   
  49.     
  50.  
  51.  
  52.