home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / USCX / PGMUT-05.ZIP / AID.DOC < prev    next >
Text File  |  1984-03-25  |  11KB  |  274 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.                 AAA              IIIIIIIIIIIIIII        DDDDDDDDDDDD           
  26.               AAA AAA            IIIIIIIIIIIIIII        DDDD    DDDDD
  27.             AAAA   AAAA              IIIIIII            DDDD     DDDDD     
  28.            AAAA     AAAA             IIIIIII            DDDD      DDDDD 
  29.           AAAA       AAAA            IIIIIII            DDDD       DDDDD
  30.           AAAAAAAAAAAAAAA            IIIIIII            DDDD       DDDDD
  31.           AAAAAAAAAAAAAAA            IIIIIII            DDDD       DDDDD
  32.           AAAA       AAAA            IIIIIII            DDDD      DDDDD
  33.           AAAA       AAAA            IIIIIII            DDDD     DDDDD
  34.           AAAA       AAAA        IIIIIIIIIIIIIII        DDDD    DDDDD
  35.           AAAA       AAAA        IIIIIIIIIIIIIII        DDDDDDDDDDDD
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.                        Automatic Individualized Directory
  50.  
  51.                               by Judith R. Epstein
  52.                                     (C) 1983
  53.                                All Rights Reserved
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.                       Automatic Individualized Directory
  68.  
  69.  
  70.         1.   INTRODUCTION
  71.  
  72.              The  purpose  of  this  program is to  reduce  or  eliminate
  73.         repetitive  steps  which are usually required  in  the  creating,
  74.         editing, and using of BASIC programs on an IBM Personal Computer.
  75.         It  provides a menu by automatically creating a directory of  all
  76.         the BASIC programs available on a diskette,  and produces numbers
  77.         which  can be used rapidly and effectively  to choose  any  BASIC
  78.         program  to  run,  or  load and edit.  The effectiveness  of  the
  79.         program is greatly enhanced by assigning time-saving commands  to
  80.         the function keys.
  81.                  
  82.         2.   REQUIREMENTS
  83.  
  84.              The diskette contains the files :
  85.                     AID.DOC        This documentation 
  86.                     AID.BAT        A batch file
  87.                     AID.BAS        A program file
  88.                     AID.EXE        A program file
  89.                     AUTOEXEC.BAT   A copy of AID.BAT
  90.  
  91.              These AID program files should be on every diskette that you
  92.         want  to  use  so  that they  will  be  available   automatically
  93.         whenever the computer is turned on or the system reset.  (AID.DOC
  94.         is not necessary on every diskette) 
  95.              Since the   diskette will contain BASIC programs, BASICA.COM 
  96.         and  COMMAND.COM  should  be  on the  diskette  as  well.   These 
  97.         programs require 96K RAM and DOS 1.1.
  98.              This  program will work with drives A,  B,  C,  or D.    The
  99.         program does not support hard disks.  Either an 80 column or a 40
  100.         column monitor may be used.
  101.  
  102.         3.   INSTALLATION
  103.  
  104.              Before  you use the AID program,  the files should be copied 
  105.         onto   each  diskette  that you  want  to  make  automatic.   The 
  106.         original should be stored away for safe keeping. 
  107.  
  108.              For a two-drive system:
  109.              a.   Boot up DOS as per your normal procedures.
  110.              b.   Format a new diskette on B: with FORMAT B:/S
  111.              c.   Copy  BASICA.COM  from  your DOS diskette to   the  new 
  112.                   diskette with  COPY BASICA.COM B:
  113.              d.   Remove the  DOS diskette from drive A:  and insert  the 
  114.                   AID  program  diskette in drive A:.
  115.                   COPY      AID.BAS B:   
  116.                   COPY      AID.EXE B:
  117.                   COPY      AID.BAT B:
  118.                   COPY AUTOEXEC.BAT B:
  119.              e.   Copy  any of your BASIC programs to the  newly  created
  120.                   diskette  in  B:   They  may have either .BAS  or  .EXE 
  121.                   extensions. 
  122.              f.   The installation is now complete.
  123.  
  124.  
  125.  
  126.  
  127.                                         1
  128.  
  129.  
  130.  
  131.  
  132.  
  133.                       Automatic Individualized Directory
  134.  
  135.  
  136.              For a one-drive system:
  137.  
  138.              a.   Boot up DOS as per your normal procedures.
  139.              b.   Format a new diskette on A: with FORMAT /S
  140.              c.   Copy  BASICA.COM  from  your DOS diskette  to  the  new 
  141.                   diskette with COPY BASICA.COM A:
  142.              d.   Remove the  DOS diskette from drive A:  and insert  the 
  143.                   AID program  diskette  in  drive  A:. 
  144.                   COPY      AID.BAS A:
  145.                   COPY      AID.EXE A:
  146.                   COPY      AID.BAT A:
  147.                   COPY AUTOEXEC.BAT A:
  148.              e.   Copy  any of your BASIC programs to the  newly  created
  149.                   diskette  in  A:   They  may have either .BAS  or  .EXE 
  150.                   extensions. 
  151.              f.   The installation is now complete.
  152.  
  153.         4.   USING THE DISKETTE
  154.  
  155.              To  start using the AID (Automatic Individualized Directory)
  156.         diskette that was just created,  insert it in Drive A and turn on
  157.         the computer.  If the computer is already on, hold down the CTRL,
  158.         ALT, and DEL keys for a system reset, or type AUTOEXEC at the A>.
  159.                      
  160.              After a few moments, the directory of BASIC programs on disk
  161.         drive  A appears.  If there are programs with the .EXE  extension
  162.         (compiled  BASIC programs),  a menu will show the names of  these
  163.         programs.   Preceding  the name of each program there is a number
  164.         corresponding  to  that  program.   If there  are  more  than  32 
  165.         programs to be listed, pressing the "enter" key will allow you to 
  166.         scroll the complete list.  Pressing the ESC key will allow you to 
  167.         make a selection.   The message "Run,  Continue, or eXit to menu" 
  168.         appears at the bottom of the screen.  If there are programs  with 
  169.         the .BAS extension,  another menu will show the names and numbers 
  170.         of those programs.  The message "Run, Load, New, or eXit" appears 
  171.         at the bottom of the screen.
  172.                      
  173.              If  you pick Run,  the message "Enter number of program ==>"
  174.         appears.   When  you enter the number of a program,  the  message
  175.         "PROGRAMNAME  Is this correct?  (Y or N)" is displayed.  If it is
  176.         correct,  press Y.  The program selected will then be run.  If it
  177.         is not correct,  press N.   You can then enter another number and
  178.         repeat the above steps.   You may also press just the "enter" key
  179.         to see the list again.
  180.              If the program is running under the BASIC interpreter, i.e., 
  181.         looking  for  programs  with .BAS  extensions,  then  before  the 
  182.         selected  program  is  run,  you have  the  opportunity  to  pick
  183.         either  a  monochrome  monitor or color monitor  (if  available).
  184.         Function  key F2 will be set to "Run Aid" so that you may  return
  185.         to this program by pressing F2 (if the program selected does  not
  186.         alter  the  function  key  settings).    These  options  are  not
  187.         available when looking for programs with .EXE extensions.
  188.                      
  189.  
  190.  
  191.  
  192.  
  193.                                         2
  194.  
  195.  
  196.  
  197.  
  198.  
  199.                       Automatic Individualized Directory
  200.  
  201.  
  202.              If you pick Continue, the AID program will switch you to the
  203.         menu for the BASIC programs with .BAS extensions.   (If there are
  204.         no .EXE programs on the diskette,  you will automatically be sent
  205.         to the menu for the BASIC programs with .BAS extensions.)
  206.                      
  207.              If you pick Load,  the same procedure as above is  followed.
  208.         In addition,  you are asked whether the correct date and time are
  209.         displayed,  and  if  not,  you have the opportunity to  set  them
  210.         correctly.   This  is done to insure that a program to be  loaded
  211.         and modified will be saved with the correct date and time.
  212.  
  213.              The AID program also sets function keys for new or  modified 
  214.         functions  in  order  to provide  time  saving  commands.   These 
  215.         settings only work, though, under the BASIC interpreter.
  216.  
  217.         F1   Creates a blank line at the cursor position, then types LIST 
  218.         F2   Creates a blank line at the cursor position,  then types RUN 
  219.              + RETURN
  220.         F3   Creates  a  blank line at the cursor  position,  then  types 
  221.              LOAD"
  222.              The blank line is created so that the commands LIST,RUN, and
  223.              LOAD can be entered anywhere on the screen.
  224.         F4   Creates  a  blank screen,  then  saves the program  that  is 
  225.              stated in the remark statement 10 i.e.,
  226.              10 'SAVE"PROGRAMNAME"   
  227.              Thus,  each  program should begin with statement  10,  where 
  228.              PROGRAMNAME is the name by which the particular program will 
  229.              be saved.
  230.         F5   Types CONT   + RETURN
  231.         F6   Types ,"LPT1 + RETURN
  232.         F7   Types TRON   + RETURN
  233.         F8   Types TROFF  + RETURN
  234.         F9   Creates a blank line at the cursor position,  then renumbers 
  235.              the program in memory, starting at line 10, in increments of 
  236.              10.
  237.         F10  Creates a blank line at the cursor position, then types EDIT
  238.  
  239.              If you pick New, you have the opportunity to set the correct
  240.         date  and  time,  the function keys are set,  and the  memory  is
  241.         cleared.   Make  sure that any new program that you write  starts
  242.         with 10 'SAVE"yourprogramname."
  243.  
  244.              If you pick eXit, you will then be returned to the main menu 
  245.         of the AID program.  The choices on the menu are:
  246.  
  247.              1.   Description of Program
  248.              2.   Set the Date and Time
  249.              3.   Select Drive  [Default A]
  250.              4.   Set the Function Keys and Describe Them
  251.              5.   List the BASIC Programs on the Diskette
  252.              6.   Exit this Program
  253.  
  254.              If  you realize that you have the wrong  diskette,  you  may 
  255.         replace it with another diskette and select option 5, or option 3 
  256.         to change the drive and then option 5. 
  257.  
  258.  
  259.                                         3
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  change the drive and then option 5. 
  266.  
  267.  
  268.                                         3
  269.  
  270.  
  271.  
  272.  
  273.  
  274.