home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 19 / bbd19.zip / TCF.TXT < prev   
Text File  |  1988-02-22  |  4KB  |  91 lines

  1. |D╔══════════╗════════════════════════════════════════════════════════════════════
  2. |D║ |5Helpware |D║════════════════════════════════════════════════════════════════════
  3. |D╚══════════╝════════════════════════════════════════════════════════════════════
  4.  
  5. ^C^1The Compleat Filer
  6. ^Cby Alan Farmer
  7.  
  8.    The Compleat Filer (TCF) is a DOS shell program that provides most of the 
  9. functions allowed by MS DOS or PC DOS, but in a more user-friendly manner.  It 
  10. also includes several useful functions that DOS does not have. 
  11.  
  12. Startup:
  13. --------
  14.  
  15.    To start the program, enter at the DOS prompt:
  16.      TCF    to run in the default mode (monochrome on monochrome systems,
  17.             color on color systems, depending on what display adapter is
  18.             detected)
  19.      TCF/C  to run in color mode
  20.      TCF/M  to run in monochrome mode
  21.  
  22. TCF Commands:
  23. -------------
  24.  
  25. Spacebar:  Selects files or directories.  You will not be allowed to select 
  26.      inappropriate directory entries.  For example, you will not be able to 
  27.      select a read-only file for deletion or a subdirectory for screen 
  28.      display. 
  29.  
  30. Right Arrow:  Jump to the subdirectory that the cursor is now located on.  You 
  31.      must not have any files selected when you change directories. 
  32.  
  33. Left Arrow:  Jump to the parent directory.  Using this function while in the 
  34.      root directory has no effect. 
  35.  
  36. ALT-letters:  Change over to a different disk drive.  For example, pressing 
  37.      ALT-B jumps to the current directory of drive B:. 
  38.  
  39. ESC and Ctrl-C:  If you are currently performing one of the following 
  40.      functions, either of these keys will abort it.  If not, either of these 
  41.      keys halts the whole program. 
  42.  
  43. C:  Copy a set of files.  You will be asked to select the files to copy.  You 
  44.      can move through your drives and directories with the keys described 
  45.      above.  Select files with the spacebar and press Enter when finished.  
  46.      You will then be asked to move to the destination directory.  Do so, and 
  47.      press Enter.  The files will then be copied. 
  48.  
  49. M:  Move a set of files.  Like Copy, but removes file from original directory 
  50.      and places it in the destination directory, rather than leaving a copy in 
  51.      both. 
  52.  
  53. F:  Compare two files byte by byte for mismatches.  If any mismatches are 
  54.      found their locations are given as an offset from the start of the file.  
  55.      Files of inequal lengths are automatically rejected. 
  56.  
  57. D:  Delete a set of files.  After files to delete are selected, you will be 
  58.      asked if you really want to delete each file.  Possible answers are Yes, 
  59.      No, and All (to delete not only this file but all of the others without 
  60.      further verification). 
  61.  
  62. R:  Rename a set of files AND directories.  Renaming directories is exactly 
  63.      the same as renaming files.  DOS does not provide this function. 
  64.  
  65. K:  Make a new subdirectory.
  66.  
  67. V:  Remove a subdirectory.  If a subdirectory you mark for removal is not 
  68.      empty, you will be notified and the directory will not be altered. 
  69.  
  70. A:  Change attributes of a file or directory.  The attributes that you may 
  71.      toggle on or off are Hdn (hidden), Sys (system), RdO (read-only), and Arc 
  72.      (archive).  The ability to change file attributes is not provided by DOS.  
  73.      Note that hidden files and directories will not appear in the DOS 'DIR' 
  74.      command but will be seen in TCF directory listings. 
  75.  
  76. L:  List files on the screen.  
  77.  
  78. N:  Change volume name.  Just select the drive to change and press Enter.  
  79.      Volume names must be 11 characters or less.  Spaces are allowed.  DOS 
  80.      does not allow a volume name to be changed after the initial formatting 
  81.      of a disk. 
  82.  
  83. P:  Print directory.  The directory you select will be printed to parallel 
  84.      port 1 (DOS device LPT1: or PRN:) in exactly the format you see on the 
  85.      screen. 
  86.  
  87. Q:  Quit.  Same as ESC or CTRL-C but cannot be used an abort funtion key. 
  88.  
  89. DISK FILES THIS PROGRAM USES:
  90. ^FTCF.COM
  91.