home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / desktop / jot_it6.arj / JOT-IT6.DOC < prev   
Text File  |  1991-02-15  |  12KB  |  223 lines

  1.  
  2.                                       JOT-IT6
  3.  
  4.  
  5.                               Circle Software Company
  6.                                    P.O. Box 7954
  7.                              Clearwater, FL  34618-7954
  8.                                           
  9.             
  10.                  JOT-IT, a software scratch pad, is designed to provide
  11.             maximum utility at minimum cost.  Your contribution will
  12.             help me continue to provide quality products for MS-DOS
  13.             computers.  The following rate schedule lists several
  14.             options available to you.
  15.             
  16.             1.   Registration                                $10.00
  17.                  Includes product registration, notice of updates,
  18.                  and list of other quality software products.
  19.             
  20.             2.   JOT-IT Program                              $15.00
  21.                  Includes the above plus a disk with the latest version
  22.                  of the JOT-IT program and documentation file.
  23.             
  24.             3.   Source Code                                 $35.00
  25.                  Includes all the above plus well-documented
  26.                  assembly language source code, including theory of
  27.                  operation and suggestions on how to modify or
  28.                  customize the program.
  29.             
  30.                  Your support will be greatly appreciated.
  31.  
  32.  
  33.  
  34.                                 Program Description
  35.             
  36.                  JOT-IT is a memory resident scratch pad useful for
  37.             recording notes while running another program.  With command-
  38.             line options, you can adjust the space available for jotting
  39.             down information, change the hot key used to activate the
  40.             program, and change the name of the file where your notes
  41.             are stored.  You can even load multiple copies of JOT-IT at
  42.             the same time.  But don't try to activate one on top of the
  43.             other.
  44.             
  45.                  Jot-it includes a screen capture function you can use 
  46.             to extract and save information from application programs.  
  47.             The file format is compatible with word processors and text 
  48.             editors.  The unload command will remove Jot-it from memory
  49.             without the necessity of rebooting. Version six has improved
  50.             editing commands and requires slightly less memory.
  51.             
  52.                  A possible alternative use for JOT-IT is as an on-line
  53.             help facility, activity reminder or schedule, or list of
  54.             frequently called telephone numbers.
  55.             
  56.                  JOT-IT will run on any PC-compatible computer equipped
  57.             with any of the popular video adaptor/monitor combinations
  58.             when they are operated in a text mode.  JOT-IT will not
  59.             activate when your computer is in the graphics mode.  It
  60.             requires 5728 bytes of memory, including 4000 bytes to
  61.             store the previous screen contents, plus buffer space to
  62.             accommodate the number of note sheets you have chosen to
  63.             use.
  64.             
  65.             
  66.                                  Program Operation
  67.             
  68.                  JOT-IT's command syntax is as follows:
  69.             
  70.                  JOT-IT s hhhh filename
  71.             
  72.             where
  73.             
  74.                s is a one digit hex number (1 through F) representing
  75.                the number of note sheets you wish to use.  Each sheet
  76.                is one screen or 2000 characters.  The default is five
  77.                sheets.
  78.             
  79.                hhhh is a four digit hex number representing the hot
  80.                key code.  The default is CTRL-A.  You may use a value
  81.                from the table below if the default interferes with
  82.                another program.
  83.             
  84.                filename is the name of the text file where your notes
  85.                will be saved when you execute the save command (CTRL-
  86.                S).  The default name is \JOTS which creates a file
  87.                named JOTS in the root directory.  You may enter a
  88.                path name along with the filename as long as the total
  89.                number of characters doesn't exceed 32.  For example,
  90.             
  91.                            \WORD\FILES\NOTES.TXT.
  92.  
  93.               You must always specify a directory or \ for the root 
  94.             directory. Otherwise the file will be put in the current
  95.             directory and Jot-it may not be able to find it later.
  96.             
  97.                  If you are satisfied with the defaults, you may enter
  98.             simply JOT-IT without the command-line parameters.  However,
  99.             if you use any command-line parameters, they must be entered
  100.             in the order shown.  If you only wish to change the number
  101.             of sheets, you need only enter JOT-IT s.  If you want to
  102.             change the filename, it is necessary first to specify both
  103.             the number of sheets and the hot key code.
  104.             
  105.                  In any case, the command should be entered in your
  106.             autoexec.bat file so the program will be ready when you need
  107.             it.
  108.             
  109.                              Hot Key Control Code Table
  110.             
  111.             Alt-A     1E00      Alt-J     2400      Alt-S     1F00
  112.             Alt-B     3000      Alt-K     2500      Alt-T     1400
  113.             Alt-C     2E00      Alt-L     2600      Alt-U     1600
  114.             Alt-D     2000      Alt-M     3200      Alt-V     2F00
  115.             Alt-E     1200      Alt-N     3100      Alt-W     1100
  116.             Alt-F     2100      Alt-O     1800      Alt-X     2D00
  117.             Alt-G     2200      Alt-P     1900      Alt-Y     1500
  118.             Alt-H     2300      Alt-Q     1000      Alt-Z     2C00
  119.             Alt-I     1700      Alt-R     1300
  120.             
  121.             CTRL-A    1E01      CTRL-J    240A      Ctrl-S    1F13
  122.             CTRL-B    3002      CTRL-K    250B      Ctrl-T    1414
  123.             CTRL-C    2E03      CTRL-L    260C      Ctrl-U    1615
  124.             CTRL-D    2004      CTRL-M    320D      Ctrl-V    2F16
  125.             CTRL-E    1205      CTRL-N    310E      Ctrl-W    1117
  126.             CTRL-F    2106      CTRL-O    180F      Ctrl-X    2D18
  127.             CTRL-G    2207      CTRL-P    1910      Ctrl-Y    1519
  128.             CTRL-H    2308      CTRL-Q    1011      Ctrl-Z    2C1A
  129.             CTRL-I    1709      CTRL-R    1312
  130.             
  131.             
  132.             
  133.                                   Editing Commands
  134.             
  135.                  JOT-IT will be activated when you press CTRL-A, or
  136.             whatever hot key you have chosen.  JOT-IT interrupts the
  137.             program in progress, saves the screen contents, and displays
  138.             a completely blank screen or the first sheet from the JOTS
  139.             file, if it exists.  When you reactivate JOT-IT, it will
  140.             display the sheet you were last using.  Press Esc to return
  141.             to the interrupted program
  142.  
  143.                  The best way to learn the editing commands is to
  144.             experiment.  The arrow keys move the cursor as you might
  145.             expect.  When the cursor is on the top or bottom line of a
  146.             sheet, pressing the up or down arrow key will display the
  147.             previous sheet or the next sheet, respectively.  You can
  148.             also use the PgUp and PgDn keys to move to adjacent sheets.
  149.             The Home key moves the cursor to the beginning of the line the
  150.             cursor is on and the End key moves it just past the last non-
  151.             space character on the line.  The Tab key moves the cursor 
  152.             in ten space increments, but does not push the underlying text.
  153.             
  154.                  When you enter text, you can press Enter at the end of
  155.             each line or the text will word wrap when you type a space
  156.             character beyond column 70.  Text entered over existing text
  157.             will push the old to the right, but not down to the next
  158.             line.  Text pushed off the screen is lost.  The Delete key
  159.             will erase the character under the cursor and pull the
  160.             remaining text to the left.  The Backspace key erases the
  161.             character to the left of the cursor and pulls the remaining
  162.             text to the left.
  163.             
  164.                  When you press the Return or Enter key, a new line is 
  165.             inserted and the following text is pushed down, much the same 
  166.             as most word processors do. Ctrl-L will erase the line the 
  167.             cursor is on and CTRL-D erases the entire sheet.  Be careful!  
  168.             JOT-IT does not ask if you really want to do it.
  169.             
  170.             
  171.                                   Other Functions
  172.             
  173.                  JOT-IT always looks in the root directory for JOTS (or
  174.             in the directory and for the filename you specify on the
  175.             command line) and will load it if found.  Otherwise, JOT-IT
  176.             will create an appropriately named file when you execute the
  177.             save command. The contents of the sheets will be saved when
  178.             you press CTRL-S. If you named a non-existent directory on the
  179.             command line, Ctrl-S will not save the sheets and will give 
  180.             no warning.
  181.             
  182.                  If you reload JOT-IT and specify a different number of
  183.             sheets, the data in the original sheets (if saved) will be
  184.             retained.  When you reactivate JOT-IT, the original sheets
  185.             will appear as before and the new sheets will be blank.
  186.             
  187.                  Press CTRL-P to print the contents of the sheets.  The
  188.             sheets are printed 54 lines to the page with no break
  189.             between sheets.  If the printer is not on line, the program
  190.             will hang.
  191.             
  192.                  If you load multiple copies of JOT-IT, use a different 
  193.             hot key and different filename for each.  Don't try to
  194.             activate one on top of another.
  195.             
  196.                  The capture function allows you to save the contents of
  197.             any text-based application screen to the current sheet.  If
  198.             saved, you can load the resulting file into a document for
  199.             further processing.  You can save as many screens as you
  200.             have sheets.
  201.             
  202.                  When the screen you wish to capture is displayed,
  203.             activate JOT-IT, select the sheet you wish to use, then
  204.             press Ctrl-C.  The previous screen will reappear and replace
  205.             any text that might have been in the current sheet.  Note
  206.             that the attribute (color, underlining, etc.) of the
  207.             original screen is not captured.
  208.             
  209.                  The unload command, Ctrl-U, will remove JOT-IT from
  210.             memory and free up the space for use by other programs.
  211.             This command may be executed at any time Jot-it is active, 
  212.             but not if you have loaded other memory-resident programs 
  213.             after JOT-IT. To be safe, execute Unload only when Jot-it
  214.             has been activated at the DOS prompt.
  215.             
  216.                  I have tried to keep JOT-IT small to minimize RAM
  217.             usage.  Therefore, it has only minimal error handling
  218.             capability.  Be sure to enter the command line correctly.
  219.             JOT-IT will coexist with most other memory resident
  220.             programs, but do not activate another memory resident
  221.             program while JOT-IT is active.  That is, while the JOT-IT
  222.             sheet is displayed on the screen.
  223.