home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 15a / ddup.zip / OTHERS.DOC < prev   
Text File  |  1987-08-16  |  5KB  |  106 lines

  1. OTHER PROGRAMS AVAILABLE
  2. ========================
  3.  
  4.      The program included in this arced file is only one of the five hard-
  5. disk management utilities I wrote.  These programs are:  Sub, SubA, Fill,
  6. DDup and Sin.
  7.  
  8. Generalities
  9. ------------
  10.      Those programs all use the same basic module for directories scanning.
  11. This module read a given directory and all its children directories.  If
  12. the directory is the root directory ('\'), the program will operate on all
  13. the drive.  This module accepts multiple drives, multiple filenames and an
  14. exclusion list (eg: "CD:\FIL*.*+PRG*.*/*.COM+*.EXE" for all files beginning
  15. with FIL or PRG exept those ending with .COM or .EXE on every directories
  16. of drives C: and D:). A detailed description of these programs is included
  17. below.
  18.  
  19.      Sub, SubA, Fill, DDup and Sin commands can be included in batch
  20. files.  Sub, SubA and Sin can read permanent parameters in your environment
  21. (see the DOS command "SET").  All but Sin support redirected output via DOS
  22. commands (refer to documentation).  With this feature, output can be sent
  23. to the printer or to a text file.  Also, they can be used through a modem
  24. with any DOS gateway program.  All five programs require PC-DOS or MS-DOS 3.0
  25. or later.
  26.  
  27.      The five programs can run under Microsoft Windows.  They are all 
  28. distributed with the appropriate PIF (Program Information File).  All programs
  29. but Sin can run in multi-tasking in its window.  Only Sin must run alone 
  30. because it directly modifies screen memory.
  31.  
  32. Sub v3.3a
  33. ---------
  34.      Search file (or files with wild cards) on hard-disk down from any
  35. directory.  This version has the ability to apply DOS functions (copy,
  36. delete, move, type, rename, change attributes or jump) to files found.  The
  37. DOS commands can be specified at the DOS prompt or from a Sub menu.  Search
  38. according to files dates, size or attributes (r-o, hid., system, arc, etc).
  39. Sum total bytes for given files.
  40.  
  41. SubA v1.2a
  42. ----------
  43.      Search file (or files with wild cards) on hard-disk down from any
  44. directory including inside the arced files (*.ARC).  Every search criteria
  45. (dates, size or attributes) and options you found in Sub are available in
  46. SubA except the DOS functions (delete, move, etc.).  It add the ability
  47. to search in arced files or to ask for a list (verbose listing) of files
  48. inside given arced files.
  49.  
  50. Fill v1.5
  51. ---------
  52.      Copy files of a big directory or of a sub-directory on a minimum
  53. number of floppies. Files copied are still executable on the floppy.
  54. Restore with "A>copy *.* c:\directory".  Tells you how many floppies are
  55. needed and allows you to dir, cd, md, rd, del or format the target floppy
  56. within the program.  Any floppy configuration compatible with DOS 3.0 is
  57. supported.  Optional text file logging of files copied.  Restriction: 
  58. biggest file to copy must fit on one floppy (any format).
  59.  
  60. DDup v1.1
  61. ---------
  62.      Allows you to delete or rename duplicated files.  Modes: twin files
  63. (same name and specs), duplicated specs (same size and date-time) or
  64. duplicated names. DDup can scan multiple drives for as much as 2,400 files
  65. per 100k of available RAM.
  66.  
  67. Sin v2.4a
  68. ---------
  69.      Search for a given string in specified files down from any directory.
  70. Skip binary files (by extension at your choice). Displays filename, line
  71. number and the text of line containing the string. Fast screen output. This
  72. version supports Microsoft mouse (or compatible) and works with either
  73. color and monochrome display.  Attributes or colors configuration can be
  74. saved in code file.  Sin can send its output to the printer or a text file.
  75.  
  76.  
  77. Availability
  78. ============
  79.      You may find these programs where you got this one (they were all
  80. originally uploaded to the Compuserve's IBM Software Interest group,
  81. IBMSW's data library).If you cannot find them or if you want to save on
  82. connection time, you can order them by mail. Send me a $30 check and I'll
  83. return you a floppy disk containing these programs.  Allow me a few week
  84. for delivry.  If you want to confirm the availability of these programs and
  85. my adresse before sending me a check, you can join me online on GEnie
  86. (EMail ID: J.Lalonde), on BIX Info Exchange (Bix name: jlalonde) or
  87. Compuserve (ID: 76606,671).
  88.  
  89.           Jean Lalonde
  90.           P.O. BOX 721
  91.           Station "R"
  92.           Montreal
  93.           CANADA
  94.           H2S-3M4
  95.  
  96.      You can use or redistribute any of these programs freely as long as it
  97. is done at no cost (except floppy's cost) if the documentation files and
  98. the copyrights remain intact.  They are all written in MODULA-2/86 Rel. 2.0
  99. (A), PC/MS-DOS 8088/8086, LOGITECH.  Modula-2 sources are available. To
  100. receive those text files, please send me a $25 check per program.
  101.  
  102.  
  103.  
  104. Jean Lalonde
  105. August 15, 1987
  106.