home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pcjr / utility / FCII-201.LZH / README.FC < prev    next >
Text File  |  1989-12-31  |  16KB  |  329 lines

  1.  
  2.  
  3.                               File Commando II
  4.  
  5. This file documents the changes made to File Commando II that have been made
  6. since the manual has been written. This also lists some helpful hints that
  7. may help you when running this program.
  8.  
  9. ──────────────────────────────────────────────────────────────────────────────
  10. Please read this section on how to install File Commando II on your hard disk.
  11.  
  12. Note: For this example, I'll assume your hard disk is drive 'C' and the floppy
  13.       drive you're installing FCII from is drive 'A'.
  14.  
  15. Step 1:
  16.  
  17. English: Create a directory on your hard disk C named FCII and make it the
  18.          current directory. (If you use any other disk or directory, change
  19.          the information below as appropriate.)
  20.  
  21. DOSish : MD C:\FCII
  22.          C:
  23.          CD \FCII
  24.  
  25. Step 2:
  26.  
  27. English: Copy the FCII-2xx.EXE self-extracting file into the FCII directory
  28. (for '2xx' substitute the current version).
  29.  
  30. DOSish : COPY A:FCII-2xx.EXE  (you must be in the FCII directory)
  31.  
  32. Step 3:
  33.  
  34. English: Extract all files from FCII-2xx.EXE file.
  35.  
  36. DOSish : FCII-2xx  (just run the file; it will self-extract)
  37.  
  38. Step 4:
  39.  
  40. English: Delete the FCII-2xx.EXE file from your hard disk.
  41.  
  42. DOSish : DEL FCII-2xx.EXE   (you must be in the FCII directory)
  43.  
  44. ──────────────────────────────────────────────────────────────────────────────
  45.  
  46. SETUP
  47.  
  48. **Important** You must set the FCOMMANDO environment variable before running
  49.               File Commando or the program will not run.
  50.  
  51.               The FCOMMANDO environment variable specifies the File Commando
  52.               where to create/save its data files.
  53.  
  54.               To set the FCOMMANDO environment variable, add a SET command as
  55.               follows to your AUTOEXEC.BAT:
  56.  
  57.               SET FCOMMANDO=drive:\path
  58.  
  59.               where drive:\path is the drive & directory where File Commando
  60.               is stored (e.g., SET FCOMMANDO=C:\FCII)
  61.  
  62.               YOU MUST either reboot the computer after you've added the SET
  63.               command to your Autoexec.Bat  OR  type the above SET command
  64.               at the DOS prompt. Otherwise, File Commando will give you an
  65.               error message indicating that:
  66.  
  67.               "FCOMMANDO environment variable is not set".
  68.  
  69. The above should get you going! If you can't get the program running, please
  70. don't hestitate to call me at (512) 670-1061 for aid. Please note, if Sandi
  71. or I am not available, please leave your name and number on the recorder.
  72.  
  73. ──────────────────────────────────────────────────────────────────────────────
  74.  
  75. Program Changes:
  76.  
  77. (1) FCSMALL.COM has been removed from the distribution disk. We found that
  78.     having this extra program on the disk is more confusing than useful. So,
  79.     to reduce the amount of memory used by FCII when running other programs,
  80.     toggle the Quick Run options found under the Options menu (described
  81.     under #5 below under program additions).
  82.  
  83. Program additions
  84.  
  85. (1) Quasi-mouse support has been added.  If a Microsoft-compatible mouse is
  86.     active, File Commando will automatically use it as an extension of the
  87.     keyboard, as follows:
  88.  
  89.     (a) Moving the mouse up, down, left, or right simulates the use of the
  90.         corresponding cursor keys.
  91.     (b) Pressing mouse button #1 sends a carriage return ([Enter]).
  92.     (c) Pressing mouse button #2 sends an [ESC] key.
  93.  
  94. (2) The following directory movement keys have been added. These are used when
  95.     the highlighted selection bar is shown in the file window and are only
  96.     available when the window mode is set to Tree & Files or Subdirectory mode.
  97.  
  98.     (a) [CTRL][Left]  - Moves up one directory.
  99.     (b) [CTRL][Right] - Moves down one directory.
  100.     (c) [CTRL][Home]  - Moves to root directory.
  101.     (d) [CTRL][End]   - Moves to last directory in tree.
  102.  
  103. (3) Directory search and file search is available. While the highlighted
  104.     selection bar is located within the directory tree window, pressing
  105.     [Insert] displays a prompt asking for the name of the directory to be
  106.     searched for on the disk. Once a full name, partial name, or wildcard is
  107.     entered, the first matching directory name is highlighted by the selection
  108.     bar. The quick file search works the same way when the highlighted
  109.     selection bar is located within the file window. To continue searchin the
  110.     directory or file window using the defined search pattern, press
  111.     [Ctrl][Enter].
  112.  
  113.     Example: To find all batch files within the current directory, make sure
  114.              that the highlighted selection bar is located within the file
  115.              window and press the [Insert] key. At the prompt, enter the
  116.              wildcard      *.BAT     and press [Enter] to begin the search.
  117.              When the first matching batch file is found, the file selection
  118.              bar is moved to highlight the matching file name. To find the
  119.              next matching batch file, press [Ctrl][Enter].
  120.  
  121. (4) Three backup modes are available within the Editor for saving backup copies
  122.     of the edited file. These modes are as follows:
  123.  
  124.     (a) No backup  : The editor does not save a copy of the unchanged file
  125.                      being edited when the edited file is saved.
  126.     (b) '.BAK' file: The unchanged version of the file is saved to a file with
  127.                      the name extension of '.BAK' before the edited file is
  128.                      saved to the original file. This keeps only two copies of
  129.                      the file, the last two versions of the file saved to disk.
  130.  
  131.     (c) Incremental: Each time the file is saved, a new backup is made. This
  132.                      provides a historical record of changes made to the file.
  133.                      This is also helpful when you decide that the changes made
  134.                      to a file are not desired and you want to begin again from
  135.                      an earlier version. Each time a file is saved, the backup
  136.                      file extension is numbered. The naming of the backup files
  137.                      goes like this:
  138.  
  139.                      FILENAME.DOC - Current file being edited
  140.                      FILENAME.000 - First backup
  141.                      FILENAME.001 - Second backup
  142.                      FILENAME.999 - Thousandth backup
  143.  
  144.                      This should only be used when progress tracking is
  145.                      necessary, an audit trail is needed, or when changes are
  146.                      being made to a file that may or may not be kept. When
  147.                      this mode is used, it is up to the you to delete unwanted
  148.                      backup files.
  149.  
  150. (5) The amount of memory occupied by File Commando when running a program from
  151.     the Run or Applications menu is now controlled by a toggle found under the
  152.     Options menu. This toggle is named the Quick run toggle. When On, only the
  153.     disk and screen information is saved to a temporary disk file before the
  154.     selected program is run. When Off, File Commando is also swapped out,
  155.     leaving only 7k of memory occupied by its loader.
  156.  
  157. (6) EMS memory may now be used as a temporary storage area for program
  158.     information when File Commando runs another program. If EMS memory is
  159.     available, using it speeds up the amount of time needed to swap out File
  160.     Commando program information to begin running the selected program.
  161.  
  162. (7) Pressing [Ctrl][Shift][Delete] terminates a program run from the Run or
  163.     Applications menu and returns to File Commando.  This feature does NOT
  164.     work when the Quick Run feature is ON or when a program "locks up" the
  165.     keyboard or when a program traps all keyboard information.  Please note:
  166.     do not confuse this keystroke sequence with the [Ctrl][Alt][Delete] key
  167.     combination, which is used to reboot the computer.
  168.  
  169. (8) The Window menu Wildcard option has been expanded to include date, time,
  170.     and file attributes within the Include and Exclude characteristics.
  171.  
  172.       Include Characteristics                   Exclude Characteristics
  173.     File(s):  10 file wildcards               File(s):  10 file wildcards
  174.  
  175.     Start date: 01/01/1980                    Start date: 01/01/1980
  176.     Stop  date: 12/31/2099                    Stop  date: 12/31/2099
  177.  
  178.     Attributes: R.H.S.A.NONE..                Attributes: R.H.S.A.NONE..
  179.     Attr  Mode: All attributes                Attr  Mode: All attributes
  180.  
  181.     The above options should be self-explanatory other than the Attr Mode.
  182.     The Attr Mode determines how the selected attributes are to be used to
  183.     select files in the file window.  The three attribute selection modes
  184.     are Off (which ignores the attribute list), All attributes (which
  185.     selects only those files whose attributes match the entire attribute list
  186.     exactly), and Any attribute (which selects the files whose attribute
  187.     list has any of the listed attributes).
  188.  
  189.     For example, to locate all Read-Only Lotus 1-2-3 work files (.WKS) on
  190.     drives C & D for the year 1988, follow these steps.
  191.  
  192.         a) Log drives C and D with the CTRL-L Log disk command.
  193.         b) Select Global option of the Window Menu to display all files on
  194.            both drives together on one screen.
  195.         c) Use the Window menu Wildcard option and enter the following
  196.            characteristics under the Include column (left column).
  197.  
  198.            File(s): *.wk1
  199.            Start date: 01/01/1988
  200.            Stop  date: 01/01/1988
  201.            Attributes: R.............
  202.            Attr  Mode: All attributes
  203.  
  204.         d) Press F9 to save the Wildcard options and return to the file
  205.            window.  The only files displayed within the file window will be
  206.            those that match the above Wildcard options.
  207.  
  208. (9) A command stack has been added to the Run menu DOS command shell option.
  209.     File Commando II now saves up to 2048 bytes of commands issued at the
  210.     command line in a circular buffer. The commands are saved in the FCOMMANDO
  211.     directory in a file called DOSSHELL.HIS and are available each time the
  212.     Run menu DOS command shell is used.
  213.  
  214.     Command stacks are useful when you want to edit a command that had been
  215.     entered improperly or had been misspelled, when you are doing several
  216.     repetitive tasks (for example, TYPE-ing a file then COPYing desired files
  217.     to another disk then using DIR to list the files in the directory to locate
  218.     the next file).
  219.  
  220.     The following commands may be used to operate the command stack:
  221.  
  222.     Up Arrow    -  Shows previous command in stack.
  223.     Down Arrow  -  Shows next command in stack.
  224.     Ctrl-PgUp   -  Shows first command in stack.
  225.     Ctrl-PgDn   -  Shows last command in stack.
  226.  
  227.     F3 Reset    -  Empties (clears) the command stack.
  228.     F8 Recall   -  Pops up a window of the contents of the command stack and
  229.                    lets you select a command from this window for execution.
  230.  
  231.     When a command is entered or edited at the command line, it is only
  232.     executed up to the point where the cursor is located in the line.
  233.     Therefore, if you are editing a previously used command and you don't
  234.     move the cursor to the end of the line after editing the command, DOS
  235.     will only execute the portion of the command appearing before the cursor,
  236.     which may not be exactly what you had in mind.
  237.  
  238. (10) Automatic detection of network drives. It is no longer required to have
  239.     the drive logging method set to standard to work on networks. File
  240.     Commando II will automatically detect a network drive and switch logging
  241.     methods internally temporarily for the drive in question.
  242.  
  243.     File Commando II will also issue an appropriate error message if you try
  244.     and use any of the low-level disk functions (hex editor, info, map) on
  245.     a network drive.
  246.  
  247. ──────────────────────────────────────────────────────────────────────────────
  248.  
  249. Possible program incompabilities:
  250.  
  251. (1)  File Commando II has been tested on a wide range of machines with no
  252.      apparent difficulties.  Unlike some of our previous programs that
  253.      implemented TSR functions, File Commando does NOT take charge of any of
  254.      DOS's interrupts. This should cut down (and possibly eliminate) the number
  255.      of conflicts between other programs.
  256.  
  257.      The only command that MAY not work properly is the diskette formatter. If
  258.      this command does not work on your computer, it will not harm your
  259.      computer or your hard disk, it will just choke on the diskette that you
  260.      have selected for formatting.  If Format does not work properly on your
  261.      machine, please contact us and tell us what machine you have along with
  262.      the BIOS version.  For a temporary solution, define the DOS FORMAT program
  263.      as an application under the Applications menu and use that until we can
  264.      figure out the trouble and get you a fix.
  265.  
  266. (2)  This version of File Commando is not meant to be a network version; but
  267.      here are a few helpful hints and limits to make it work on a network:
  268.  
  269.      (a) Set the logging method to DOS rather than FAT TABLE,
  270.      (b) Set the virtual drive to a local drive\directory rather than a shared
  271.          drive\directory,
  272.      (c) The disk editor, disk information, and disk map commands will not
  273.          work on network drives and should not be used.
  274.  
  275. ──────────────────────────────────────────────────────────────────────────────
  276.  
  277. Important hints:
  278.  
  279. (1)  Using the DOS JOIN, SUBST, or ASSIGN commands: If you do not use these DOS
  280.      commands, then you can safely ignore this section.  The following
  281.      limitations exist for joined, assigned, or substituted drives:
  282.  
  283.      (a) The following disk commands are not allowed on joined, assigned, or
  284.          substituted drives:
  285.  
  286.          (1) Volume label,
  287.          (2) Disk Info,
  288.          (3) Disk map,
  289.          (4) Disk editor
  290.  
  291.      (b) To log the files of a joined drive when an affected disk is logged,
  292.          the Logging method must be set to Standard (DOS) mode. The logging
  293.          method is located under the Options menu.
  294.  
  295.          ** Note: File Commando will correctly log a substituted or assigned
  296.             drive even when the Logging method is set to FAT Table.
  297.  
  298. (2)  The overlay file FCII.OVL must be located along the DOS path if you are
  299.      using a version of DOS earlier than 3.0.
  300.  
  301. (3)  After a program has been run from the Applications or Run menu, using the
  302.      Run DOS command, using the Run Gateway (OS shell) command, or editing any
  303.      files other than the one passed to the editor from File Commando, the
  304.      affected disks must be relogged to show the new, removed, or modified
  305.      files.
  306.  
  307. ──────────────────────────────────────────────────────────────────────────────
  308. Support/bug reports/helpful suggestions:
  309.  
  310. A convenient way for you to communicate your ideas and inform us of possible
  311. problems is by leaving us a message on our RBBS at (512) 670-0954.
  312.  
  313. Or, call us at (512) 670-1061 with your problems.
  314.  
  315. If you want to make suggestions about bettering the program, please either
  316. leave a message on our RBBS or write us a letter. It's not that we don't like
  317. talking to you about your good ideas. It's just a lot easier for us to keep a
  318. folder of of ideas and planned program additions with the names of the people
  319. who have suggested them (especially if you knew the way Shane keeps his
  320. telephone notes and the rest of his desk organized).
  321.  
  322. Thanks,
  323.  
  324.  
  325. Sandi & Shane Stump
  326. Progressive Solutions
  327. 1321 Klondike
  328. San Antonio, Texas 78227-6125
  329.