home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / TURBOPAS / TSCRIPT4.ZIP / HELP.HLP next >
Encoding:
Text File  |  1980-01-01  |  10.4 KB  |  204 lines

  1.  
  2.                       ╔═══════════════════════════╗ 
  3.                       ║   Turbo Script Help File  ║ 
  4.                       ║                           ║ 
  5.                       ║   (c) By Kevin Menningen  ║ 
  6.                       ╚═══════════════════════════╝ 
  7.  
  8. NOTE:::  It may be helpful to print this file out.  This can be done by 
  9.          selecting the Print (F8) function and following the menus. 
  10.  
  11.     This is Turbo Script, a word processor developed originally by Kevin 
  12. Menningen.  This processor was initially developed on an 128k IBM PCjr, and 
  13. for this reason, it may not work on 64k systems.  The following keyboard 
  14. functions and their applications are listed below: 
  15.  
  16.      (These keystrokes are for the IBM PCjr.  On the IBM PC, you never 
  17.       need to press 'Fn'.  Ctrl designates pressing and holding down the 
  18.       Control key and pressing the key following the '-'.) 
  19.  
  20.     Tab - Moves cursor to next tab position 
  21.     Shift Tab(BackTab) - Moves cursor to previous tab position 
  22.     Cursor Up, Down, Right, Left - Moves cursor to desired position 
  23.     Backspace - Deletes character to the left of cursor.  If you are at 
  24.                 column 1, and the line you are currently on can be added to 
  25.                 the end of the line above, the two lines will be "Pasted".  A 
  26.                 low tone will sound to signal that you have "Pasted".  This 
  27.                 is exactly opposite to the "Cut" feature.  See Enter below. 
  28.     Del - Deletes character under cursor 
  29.     Ins - Toggles Insert Mode on/off 
  30.     Fn/Home - Moves cursor to beginning of line 
  31.     Fn/End - Moves cursor to end of line 
  32.     Ctrl-Fn/Home - Erases memory and resets processor 
  33.     Ctrl-Fn/End - Erases from cursor to the end of the line 
  34.     Fn/PgUp - Pages to previous page 
  35.     Fn/PgDn - Pages to next page 
  36.     Ctrl-PgUp - Moves cursor to previous word 
  37.     Ctrl-PgDn - Moves cursor to next word 
  38.     Esc - Erases the current line 
  39.     Ctrl-Fn/PgUp - Moves to beginning of file 
  40.     Ctrl-Fn/PgDn - Moves to end of file 
  41.     Enter - Ends line and begins a new one.  If you are in Insert Mode (when 
  42.             the cursor is big), the Enter key will insert a new line. If the 
  43.             cursor is in the middle of some text, that line will be "Cut", and 
  44.             the portion of text from the cursor position to the end of the 
  45.             line will be put on the new line.  A high tone will sound to tell 
  46.             you that you have "Cut" the line.  See Backspace above 
  47.  
  48.     Alt-A - ASCII.  This will allow you to enter any ASCII character into the 
  49.             word processor. The program will first ask you for the code number 
  50.             and then it will ask you for the number of times you want that 
  51.             code to be repeated.  This allows you to send characters to the 
  52.             printer for special control codes or for making a border or 
  53.             design around your text. 
  54.  
  55.     Alt-O - Oops.  This feature will allow you to "take back" any editing or 
  56.             changes you have made on a line.  The Oops feature is limited to 
  57.             the line you are currently editing.  If you move to any other line 
  58.             in any way, you will not be able to undo that line. 
  59.  
  60.     Alt-M - Merge file.  When this command is selected, you will be prompted 
  61.             just like Load File (F9, below).  Assuming that the two files 
  62.             together have less than 500 lines, the file that you entered will 
  63.             be merged with the first work file AT THE CURSOR POSITION in your 
  64.             text. 
  65.  
  66.     Alt-C - Center text.  This will automatically center the current line 
  67.             in 80 columns. 
  68.  
  69.     Alt-S - Screen width.  This sets the on-screen text width.  The right 
  70.             margin is invisible, but a tone will sound when you are 8 
  71.             characters from the margin.  Word wrap will, of course, work 
  72.             when you hit the right margin.  Default is 79.  Be careful, when 
  73.             you are using this, to use it from the very start.  Results 
  74.             are not guaranteed if you change the screen width mid-editing. 
  75.  
  76.     Alt-I - Italics.  See below. 
  77.  
  78.     Alt-B - Boldface.  See below. 
  79.  
  80.     Alt-G - Glossary.  This feature allows you to put a large number of 
  81.             keystrokes onto one.  You specify the string you want on the 
  82.             Alt-G key using Control-G (^G).  Then, whenever you want to 
  83.             use that string, press Alt-G.  For example: 
  84.               If you want a border that repeats '=-' over and over: 
  85.               Press Ctrl-G. 
  86.               Enter '=-' 
  87.               Press Alt-G repeatedly until border is of desired length. 
  88.  
  89. The following list describes the usage of the ten function keys: 
  90.  
  91.     F1 - Help.  Displays a list of all the commands and editing keywords 
  92.          that apply to the processor. 
  93.  
  94.     F2 - Search / Replace.  Allows you to search and/or replace any string 
  95.          embedded within the text.  It is menu driven, and basically self- 
  96.          explanatory.  It should be noted, though, that pressing Esc at any 
  97.          time during this function will end the search or replace session. 
  98.  
  99.     F3 - Tab Menu.  Allows you to set, clear or purge (Clear all tabs) the 
  100.          tab settings.  If you choose set, a tab will be set at the position 
  101.          of the cursor at the time you pressed F3.  If you choose clear, the 
  102.          tab position(if any) at the cursor when you pressed F3 will be 
  103.          cleared.  Purge will clear all tab stops. 
  104.  
  105.     F4 - Clock.  This feature sets the clock in the upper left hand corner 
  106.          of the screen.  If you have a clock/calendar board, this will be 
  107.          an uneccessary feature, as it reads the time from DOS.  It was 
  108.          originally a feature that automatically inserts a 'Title' signal 
  109.          on the current line.  See embedded commands below. 
  110.  
  111.     F5 - DOS menu.  Allows you to print a directory of the disk, delete files, 
  112.          rename files, copy files, and exit to DOS. 
  113.  
  114.     F6 - InsLine.  Just like its Turbo counterpart, this will insert a single 
  115.          line at the cursor position.  All the lines below it on the screen 
  116.          will be scrolled downward. 
  117.  
  118.     F7 - DelLine.  Like its Turbo counterpart, too, this will delete the line 
  119.          at the cursor position.  All the lines below that line will be 
  120.          scrolled up on line. 
  121.  
  122.     F8 - Print.  Prints the current file on the LST: device.  Is menu driven 
  123.          and you may set the top, left and right margins.  Any command code 
  124.          that does not work on your printer you may delete or change to your 
  125.          needs. 
  126.  
  127.     F9 - Load.  Loads the file under the name given.  The name is entered by 
  128.          a unique subroutine that works in a way different from normal input. 
  129.          It gives you eight dashes, a period, and three more dashes.  When 
  130.          you press any key, the character that was entered fills one of the 
  131.          dashes, in succession.  If you press the space bar, the cursor is 
  132.          moved to the beginning of the extension part, and all spaces between 
  133.          are deleted.  If you press enter without specifying an extension, a 
  134.          default extension of '.FIL' is added.  Avoid using an '-' within 
  135.          your filename, as it tells the subroutine to delete spaces in your 
  136.          filename.  Current memory is then erased and replaced by the file. 
  137.          At ANY time when you enter the file name to load, if you press the 
  138.          '?', a directory window will pop up and give you the disk directory. 
  139.          This is the same at any time when you type in the name of a file 
  140.          with Load, Save, DOS Menu or Merge.  The proper window will be 
  141.          moved to one side so that you can see the directory and type the 
  142.          name of the file in at the same time. 
  143.  
  144.    F10 - Save.  Saves the current file under the name given.  The name is 
  145.          entered by the same method as Load. 
  146.  
  147.      A few words on Turbo Script.  This processor has a maximum capacity of 
  148. 500 lines of text.  Do not exceed this, or the system will probably crash. 
  149. This shouldn't be difficult, since 500 lines of text translates to 40,000 
  150. bytes of memory that is free.  There are also some embedded text commands 
  151. that you may find useful.  These commands and their meanings follow: 
  152.  
  153.  'Title' - This feature is a quick shortcut for putting the printer 
  154.            into double width, double strike (title) mode.  It is envoked 
  155.            when this word is the only word on the line, starting in the first 
  156.            column and typed exactly as shown.  You will be prompted for the 
  157.            title you wish to print. 
  158.  
  159.      '\' - Starts or stops underlining.  This or any other symbol does not 
  160.            take up any space on the printed line, so that you can underline 
  161.            portions of words. 
  162.  
  163.      '~' - Starts superscript mode.  All numbers following immediately after 
  164.            this symbol are printed in a superscript mode. 
  165.  
  166.      '|' - Starts subscript mode.  Same as superscript, except that all 
  167.            numbers following the symbol are printed in subscript mode. 
  168.  
  169.    Alt-I - Starts italic printing.  Works just like other commands.  The first 
  170.            press starts italic, the next one stops.  To provide tangible 
  171.            evidence that you did press Alt-I, a '√' will be printed at the 
  172.            location where started italic mode and a '√' will be printed where 
  173.            italic mode was ended. 
  174.  
  175.    Alt-B - Starts boldface printing.  Just like italic printing except the 
  176.            symbol that will be printed is a '■' to start printing and a '■' to 
  177.            stop printing in boldface.  Of course, this will not work if you 
  178.            select the Boldface option on the Print Menu (F8). 
  179.  
  180.      Examples: 
  181.  
  182.      This word will be \underlined\. 
  183.      The number '2' will be superscripted~2. 
  184.      The number '125' will be subscripted~125. 
  185.      This word will be printed in √italic√. 
  186.      This word will be printed in ■boldface■. 
  187.  
  188.  
  189.      Special thanks to Tim Conner for contributions to this program.  If you 
  190. have any questions or problems, please leave a message on this 24 hour 
  191. board. 
  192.  
  193.                Exec-PC  414-964-5160 - send E-Mail to: Kevin Menningen 
  194.  
  195.                Write to:  Kevin Menningen 
  196.                           2051 S. 95th Street 
  197.                           West Allis, WI  53227 
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.