home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT162A.ZIP / JBT1.EXE / JBTT.DAT < prev    next >
Text File  |  1991-06-10  |  7KB  |  275 lines

  1. 7
  2. *EzDoss.EXE,E,EzDoss
  3.  
  4.  EzDoss is a DOS shell.  Once EzDoss is evoked, the
  5.  "tree"  of  the source drive will be displayed  on
  6.  the left hand side of the screen. The files stored
  7.  in  that  subdirectory  will be displayed  on  the
  8.  right.
  9.  
  10.  Files  can  be "tagged"  for perform a variety  of
  11.  tasks such as;  Copy, Delete, Move, Rename,  Print
  12.  and View to name a few.
  13.  
  14.  EzDoss  has an extensive pull down menu system and
  15.  an  comprehensive help system with over sixty (60)
  16.  help topics.
  17.  
  18.  EzDoss also has ZIP file management. Zip files can
  19.  be  created,  unzipped and files within a ZIP file
  20.  can be displayed and viewed.
  21.  
  22.  
  23.  
  24.  /X - Begin with Expert Mode On.
  25.  
  26.  /BW - Display all the screens in
  27.        Black and White.
  28.  
  29.  /SP=<Drive/Sub> - Begin at the
  30.      specfied location.
  31.  
  32.  /TREE - Start in the TREE not in
  33.           the Files Mode.
  34.  
  35.  Examples:
  36.  
  37.   C:\JBTT EZ /X /BW
  38.   C:\JBTT EZ /SP=C:\DOS
  39.  
  40.  
  41. *EzEd.EXE,D,EzeDitor
  42.  
  43.   EzEditor  is  a multiwindowed ASCII  text  editor.
  44.   ASCII files up to 64K can be created/edited.
  45.  
  46.   Numerous   files  can  be  edited  simultaneously.
  47.   EzEditor also comes with a pop up calculator and a
  48.   pop up ASCII chart.
  49.  
  50.   Each  window  in which a file is displayed can  be
  51.   resized, moved and zoomed/unzoomed.
  52.  
  53.   Another feature of EzEditor is the "clipboard".  A
  54.   block  of data can be either copied or cut to  the
  55.   clipboard.  The  text on the clipboard then can be
  56.   copied  to any open file.  This allows text to  be
  57.   easily copied from one file to another.
  58.  
  59.  
  60.  
  61.  
  62.  <File 1>..<File n>
  63.  
  64.  EzEditor can load multiple files
  65.  from the command line. Each file is
  66.  separated by a space.
  67.  
  68.  Examples:
  69.  
  70.    C:\JBTT\EZED C:\AUTOEXEC.BAT
  71.  
  72.    C:\JBTT\EZED A.PAS B.PAS
  73.  
  74.  Note: The entire path must be
  75.        specified.
  76.  
  77.  
  78.  
  79.  
  80. *EZV.EXE,V,EzView
  81.  
  82.   EzView  is a multiwindowed ASCII text file viewer.
  83.   EzView  is  similar  in  looks  and  structure  to
  84.   EzEdit. Files larger than 64K CAN be viewed.
  85.  
  86.   The  windows in which the files are displayed  can
  87.   be resized, moved and zoomed.
  88.  
  89.   EzView can be used with a mouse.
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  <File 1>..<File n>
  103.  
  104.  EzView can load multiple files
  105.  from the command line. Each file is
  106.  separated by a space.
  107.  
  108.  Examples:
  109.  
  110.    C:\JBTT\EZED C:\AUTOEXEC.BAT
  111.  
  112.    C:\JBTT\EZED A.TXT B.DAT
  113.  
  114.  Note: The entire path must be
  115.        specified.
  116.  
  117.  
  118.  
  119. *EZL.EXE,L,EzLocate
  120.  
  121.   EzLocate  is a program which will find and display
  122.   the location of files on the specified drive(s).
  123.  
  124.   EzLocate  allows  multiple drives to  scanned  and
  125.   multiple files specfications to be searched for.
  126.  
  127.   EzLocate  will  look  into  the  two  most  common
  128.   archive files,  ARC and ZIP to search for matching
  129.   files.
  130.  
  131.   As  each  matching file is  found,  EzLocate  will
  132.   display the file on the screen. When the screen is
  133.   "full" of matching files, the list can be printed,
  134.   the  search  can  continue or the program  can  be
  135.   terminated.
  136.  
  137.  
  138.  
  139.  /D=<Drives> - Drives to be
  140.                scanned. Enter ALL
  141.                to scan all drives.
  142.  /M=<Masks>  - File mask to locate.
  143.                Separate by commas.
  144.  /Z -          Look in Zips
  145.  /A -          Look in Arcs
  146.  /N:<Number> - Stop after finding 
  147.                N number of matches.
  148.  /ZA -         Look ONLY in Zips
  149.                and Arcs.
  150.  /GO -         Skip entry screen
  151.                and begin scanning.
  152.  
  153.  Examples:
  154.  
  155.    C:\JBTT\EZL /D=ALL /M=*.CHK,*.BAK
  156.    C:\JBTT\EZL /ZA /N:5 /M=*.D* /GO
  157.  
  158. *FD.EXE,F,Find Duplicates
  159.  
  160.   Find  Duplicates  is a program that will search  a
  161.   specified   drive(s)  and  located  all  duplicate
  162.   files.  Once the duplicate files are located, they
  163.   are displayed on the screen.
  164.  
  165.   The files can be "tagged"  for deleteion,  viewed,
  166.   printed or renamed.
  167.  
  168.   Find  Duplicates  can search for  duplicate  files
  169.   within  ZIP and ARC files.  Read Only files can be
  170.   included in the search.
  171.  
  172.   For very large disks with many thousands of files,
  173.   a partial scan be performed.
  174.  
  175.  
  176.  
  177.  
  178.             (Partial List)
  179.  
  180.  /D=<Drives> -  Drives to be
  181.                 scanned. Enter ALL
  182.                 to scan all drives.
  183.  /BW -          Display in Black and
  184.                 White.
  185.  /Z -           Look in Zips
  186.  /A -           Look in Arcs
  187.  /RO -          Include Read Only
  188.                 files.
  189.  /VW=<File> -   Alternate view
  190.                 file.
  191.  
  192.  Examples:
  193.  
  194.    C:\JBTT\FD /D=ALL /BW
  195.    C:\JBTT\FD /D=D,A,C /Z /A /RO
  196.  
  197. *BO.EXE,B,Back Off!
  198.  
  199.   Back  Off!  is a multiple file extension  deletion
  200.   program.  Back Off! will search any and all drives
  201.   for   files  ending  with  extensions  matching  a
  202.   previously prepared list.  (i.e. *.BAK, *.CHK, and
  203.   so on).
  204.  
  205.   Back  Off!  will  display the matching  files  and
  206.   their  locations and give the option to "tag"  for
  207.   deletion, view or rename.
  208.  
  209.   This  program  saves you from having to  log  onto
  210.   each  subdirectory  on each drive  and  invidually
  211.   going  through the laborious process of  locating,
  212.   looking  at,  and deleting those often out-of-date
  213.   files.
  214.  
  215.  
  216.  
  217.  /D=<List> -    Drives to be
  218.                 scanned.
  219.  /F=<Name> -    Custom file exten-
  220.                 sion name.
  221.  /BW -          Display in Black
  222.                 and White.
  223.  /GO            Skip Main Menu and
  224.                 begin scanning
  225.                 files.
  226.  /AUTO          Same as /GO,
  227.                 except delete all
  228.                 files found.
  229.  /VW=<File>     Alternate file
  230.                 viewer.
  231.  
  232.  Examples:
  233.  
  234.        C:\JBTT\BO /D=C,D,F /GO
  235.        C:\JBTT\BO /F=ORG.EXT /AUTO
  236. *COPYCON.EXE,C,CopyCon
  237.  
  238.   CopyCon is a program that allows simple text files
  239.   to be created/edited.
  240.  
  241.   It  is  especially designed around creating  batch
  242.   files.  Built in macros are included to add boxes,
  243.   shading, Ascii characters and centering of text.
  244.  
  245.   Beginning  with version 5.00,  a context sensitive
  246.   help system was included. The help system not only
  247.   gave  in depth information on how to use  CopyCon,
  248.   but   includes  information  on  many  batch  file
  249.   commands with examples.
  250.  
  251.   CopyCon will create useful pleasant batch files.
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  <FileName> -   The file to be
  260.                 edited/created.
  261.  
  262.  /BW -          Display the screens
  263.                 in Black and White.
  264.  
  265.  Examples:
  266.  
  267.        C:\JBTT\COPYCON TEST.BAT
  268.        C:\JBTT\COPYCON /BW
  269.        C:\JBTT\COPYCON /BW FLOYD.DAT
  270.        C:\JBTT\COPYCON ARVO.TXT /BW
  271.  
  272.  
  273.  
  274.  
  275.