home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1995 November / PCWK1195.iso / inne / podstawy / dos / 4dos / 4uzytki / 1cat.exe / CAT.TXT < prev    next >
Text File  |  1995-02-13  |  4KB  |  92 lines

  1.  
  2.    Install Directions: 
  3.  
  4.       Copy the files to your hard drive in it's own directory.
  5.  
  6.          You must have 4dos.com or NDOS.com loaded in place of
  7.          command.com in config.sys for this program to work.
  8.          You can't just run them.
  9.  
  10. ------------------------------------------------------------------------------
  11.  
  12.    Directions:
  13.  
  14.       To catalogue drive A type:           cat
  15.       To catalogue drive B type:           cat b
  16.       To re-catalogue a disk type:         cat r
  17.       To delete a catalogued disk type:    cat d
  18.  
  19.    Thats it!
  20.  
  21. ------------------------------------------------------------------------------
  22.  
  23.       Notes:
  24.  
  25.       You're database will be saved in a file called database.txt.  You
  26.    can alter the file any way you please with a text editor.
  27.  
  28.       Deleting catalogued disk will not change the current disk number
  29.    means if you catalogue disk 6 and then delete it, the next disk to
  30.    be catalogued will be disk seven.  You should just re-catalogue disk
  31.    six.  The delete option is just in case you rename a disk 77 instead
  32.    of disk 7.  Then you can delete disk 77 and catalogue disk 7.    
  33.  
  34.       The disk numbers are kept in the file disknumb.ers   You can also
  35.    manually change the numbers to start a new database or make your 
  36.    current database start counting from another point.  The first number 
  37.    is the A disk and the second number is the B disk.
  38.  
  39.       This is an easy to use catalogue program for 4dos and NDOS users.   
  40.    The reason for the very limited options is because it is the way I 
  41.    like it: fast and easy.  The best feature of this program is that it 
  42.    automatically names your disks put into  the catalogue 1A, 2A, 3A, 
  43.    1B, 2B, 3B.  This makes it so you can distinguish between disk sizes 
  44.    and not have any gaps between disks.  This program will not rename
  45.    the actual disks.  This is because some disks need their correct
  46.    disk name to install properly.
  47.       The program is meant to catalogue file descriptions.  These 
  48.    descriptions should be on the files first by using the 4dos describe
  49.    command.  If you are not using 4dos or NDOS then it would not make
  50.    any sense to use this program and it will not work properly either.    
  51.       Because this program just appends the new data to a text file 
  52.    database.txt, you can use any previous ascii database that you 
  53.    already have.  Just rename your old text file to database.txt and 
  54.    then edit the file disknumb.ers to start naming the next desired 
  55.    disk numbers.  For example: if you want the next A disk to be 124 
  56.    and the next B disk to be 172, just put the numbers 123 and 171 in 
  57.    the file disknumb.ers.  
  58.       This also makes you the master of your database file.  Therefore 
  59.    you can alter your database any way you please with a text editor.  
  60.    I did not check every fathomable situation in this program so back 
  61.    up your database for I will not be responsible for any unlikely 
  62.    problems that might occur. (It is a good idea anyway.)  
  63.       Another feature of this program is it keeps track of your file 
  64.    sizes and your free space left on each disk.  This will enable you 
  65.    to search for free space on a disk, put a new file on it, and then 
  66.    re-catalogue the disk.  The date is also included in the database.  
  67.       This program will not log the sub-directories of the disks.  I 
  68.    do not want this feature so it will not be implemented.  I prefer
  69.    to just describe the sub-directories with the describe command.
  70.  
  71.       The batch files included are just to take advandage of more 4dos
  72.    commands.  I did not implement these features for the simple reason
  73.    that they already exist.  
  74.   
  75.    see_data.bat   will show you your database file
  76.  
  77.    findit.bat     will search for a text string that you enter
  78.           example:   findit.bat picture
  79.           this will search for every accurance of picture in
  80.           the database file
  81.  
  82.    frespace.bat   will sort the free space information in a file called
  83.                   freespace.txt
  84.  
  85.    see_free.bat   will show you your frespace.txt file
  86.  
  87.    sortem.bat     will sort the files according to file name and put the
  88.                   sorted data in a file called sorted.txt
  89.  
  90.    see_sort.bat   will show you your sorted.txt file
  91.  
  92.