home *** CD-ROM | disk | FTP | other *** search
/ Run Magazine ReRun: Super Starter Pak 2 / rerun-super-starter-pak-ii-1991-side-a.d64 / rs1.txt < prev    next >
Text File  |  2022-09-20  |  8KB  |  121 lines

  1. RUN Script Plus
  2. By Robert Rockefeller
  3. C-64 or C-128, printer
  4.  
  5. RUN Script Plus uses one status line at the top of the screen to display prompts, and operation and error messages. This leaves 24 lines free for displaying text.
  6.  
  7. You may abort almost any operation, including saving, printing and loading text, by pressing the Control key along with the Commodore key.
  8.  
  9. Cursor keys--By pressing the cursor-down key or the (shifted) cursor-up key, you can scroll vertically through the text area. By pressing the cursor-right-and-left key, you can move the cursor horizontally.
  10.  
  11. With RUN Script Plus's word-wrap feature, a given screen line may have anywhere from one to 79 spaces at the end of it. The empty spaces appear as small dots that don't exist in the text area in memory, but are printed to the screen to pad out the line. When moving the cursor horizontally, you'll find it will skip over these dots.
  12.  
  13. Shift/return--Moves the cursor to the start of the next line.
  14.  
  15. Home--Pressing the home key once moves the cursor to the upper-left corner of the screen. Pressing it twice moves the cursor to the start of the manuscript.
  16.  
  17. Control/back-arrow--Pressing the Control and back-arrow keys once moves the cursor to the bottom-left corner of the screen, and pressing this combination a second time moves the cursor to the end of the text.
  18.  
  19. Shift/INST--Inserts one space at the position of the cursor.
  20.  
  21. Control/I--Toggles you in and out of Insert mode.
  22.  
  23. Run-stop--Inserts a block of 200 spaces.
  24.  
  25. Shift/run-stop--Deletes a block of inserted spaces.
  26.  
  27. DEL--Deletes the character to the left of the cursor.
  28.  
  29. F7--Deletes the character under the cursor; the cursor does not move.
  30.  
  31. F8--Deletes a block of text.
  32.  
  33. F8,F8--Pressing F8 twice will delete all text from the cursor position to the end of the text area.
  34.  
  35. F5--To move a block of text.
  36.  
  37. F6--To copy a portion of the text in memory to another position.
  38.  
  39. F6,F6--To insert the contents of the text buffer into your document. This feature allows you to make multiple copies of the same text block or to recover a deleted block.
  40.  
  41. F2--To search for a string between the cursor position and the end of the text.
  42.  
  43. F4--To replace strings within the text area.
  44.  
  45. F4,F4--Prompts you to input a search string and a replace string.
  46.  
  47. Control/1--changes text color.
  48.  
  49. Control/2--changes background color. Changes C-128 screen color.
  50.  
  51. Control/3--changes status line color.
  52.  
  53. Control/4--changes border color (C-64 only).
  54.  
  55. Return--When entering text it signals the end of a paragraph.
  56.  
  57. Control/x--Interchanges the two characters to the left of the cursor--a fast method of correcting transposed letters.
  58.  
  59. Control/6--Toggles RUN Script Plus in and out of Shift Lock mode.
  60.  
  61. Control/=--To replace the line-padding dots with some other character.
  62.  
  63. HELP (C-128 only)--Moves the cursor to the other text area when the display is split.
  64.  
  65. Control/z--Prints five spaces to the screen (useful for indenting paragraphs).
  66.  
  67. Control/u--Lets you select a new character to be inserted into the text area when you press the run-stop key. It replaces the default character (a space).
  68.  
  69. F1--Pressing F1 after a prompt for a filename activates a screen-read feature. Somewhere at the start of a document, within the first 256 characters, create a comment with the .cm dot command. Following the .cm command, type the document's filename surrounded by double quotes, such as .cm "0:filename". When you save the file with the F1,@ or F1,s command, if you press F1 after the "filename ?" prompt appears, RUN Script will read the filename from the screen into the input line. This saves you from having to type the filename every time.
  70.  
  71. THE F1 KEY
  72. When you press F1, a "command ?" prompt will appear. You then enter the letter corresponding to the function (as listed below) that you wish to execute.
  73.  
  74. d--F1,d selects the disk device with which all saving and loading will take place. The default is 8.
  75.  
  76. s--F1,s saves text to the selected device.
  77.  
  78. @--F1,@ saves with replace. The old file is automatically scratched before the new file is saved.
  79.  
  80. l--F1,l loads a text file from the disk.
  81.  
  82. a--F1,a is an append function for combining a text file on disk with the one in memory. The file coming from disk is appended starting at the cursor position and replaces any text that follows the cursor (not intended for use with sequential files).
  83.  
  84. t--F1,t selects whether characters will be output and input in ASCII or Commodore ASCII. The default mode is Commodore ASCII.
  85.  
  86. w--F1,w writes the text in memory to disk as either a sequential or user file. If you want to save it as a sequential file, you must append the string, s,w to the filename when entering the filename at the prompt. If you want to save the text as a user file, append, u,w to the filename.
  87.  
  88. With the w function, you can write the text to disk using either Commodore ASCII or true ASCII, depending on how RUN Script Plus is configured. (See the t function, above.) Also, if you change file types between a read and a write, you need to rename the file. Finally, you can do a save-with-replace by inserting @0: before the filename. This is not recommended with the 1541, because of its DOS bug.
  89.  
  90. r--F1,r reads a sequential or user file from disk.
  91.  
  92. $--F1,$,$ lists the disk directory.
  93.  
  94. > or < --F1,> issues a disk drive command, while F1,< reads the disk error channel.
  95.  
  96. f--F1,f reports the number of free bytes remaining.
  97.  
  98. x--F1,x exits to BASIC.
  99.  
  100. p--F1,p prints text. After selecting the print function, you'll be asked how many copies to make. You can choose up to 99. Next, you'll be asked to select the output device. Output may be directed to device 3, the screen; device 4 or 5, the printer; or device 8 or 9, the disk drive.
  101.  
  102. If you select the printer or screen as the output device, you can output one page at a time. Simply answer n for no at the "continuous (y/n) ?" prompt. A "next output (c/p/s) ?" prompt will then be displayed before each page is output. If you enter s for screen at this point, the next page will be printed to the screen.
  103.  
  104. If you enter p for printer, the next page will be sent to your printer. If you enter c at the prompt, output from that point onward will be continuous, and the "next output (c/p/s) ?" prompt will no longer appear.
  105.  
  106. 0--F1,0 loads a new character set. In Special Graphics mode, the business-graphics characters of this set would be printed using the printer's Dot Graphics mode.
  107.  
  108. 1-9--F1,1 loads new print set number 1. F1,2 through F1,6 load new print set numbers 2-6. F1,7 through F1,9 load new print set numbers 7-9, but work only in the C-128 version.
  109.  
  110. Cursor-up and cursor-down--F1 with the vertical cursor controls selects the Fast Scroll mode, which rapidly moves the text up or down. You leave this mode by pressing any other key, or abort it with the Commodore and Control keys.
  111.  
  112. Cursor-left and cursor-right--F1 with the horizontal cursor controls selects the Page mode. In this mode, pressing the cursor-right and cursor-left keys scrolls the text up and down 24 lines, respectively. Exit this mode by pressing any other key, or abort it by pressing the Commodore and Control keys.
  113.  
  114. c--F1,c changes the case of all text from the cursor position to the document end. Uppercase letters become lowercase, and vice versa.
  115.  
  116. R--F1,R saves a copy of the table of redefined characters to the current save device. First, redefine characters with the .dc command (see the dot commands, below); then print the file to allow the .dc commands to execute; then save the table. Now you can load the saved characters at any time with the .lr command.
  117.  
  118. o--F1,o prints a document with one copy, output to printer device 4 and continuous output.
  119.  
  120. Z--F1,Z (C-128 only) swaps text memory in RUN Script Plus's text area in bank 1 with the memory in bank 0. Pressing F1,Z again restores the original text. You can keep one text file in bank 1, one in bank 0, and switch between them with F1,Z. This permits up to 65,000 bytes of text to be stored in memory.
  121.