home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 292.img / VOPT30.ZIP / TYPEME < prev    next >
Text File  |  1990-08-01  |  6KB  |  161 lines

  1. ..,1e
  2.  
  3.  
  4.  
  5.  
  6.         ╔═══════════════════════════════════════════════════╗
  7.         ║                                                   ║
  8.         ║                                                   ║
  9.         ║                 GOLDEN BOW SYSTEMS                ║
  10.         ║                                                   ║
  11.         ║                                                   ║
  12.         ║                      Vopt 3.0                     ║
  13.         ║                                                   ║
  14.         ║                                                   ║
  15.         ╚═══════════════════════════════════════════════════╝
  16. ..,1f
  17.  
  18.  
  19.  
  20.  
  21.      We believe that you will be very satisfied with Vopt's disk
  22.      reorganization reliability, speed, and ease of use.  If you
  23.      encounter any problem, however, please call our technical
  24.      support phone number:
  25.  
  26.  
  27.           (619) 483-0901  8:00 AM - 5:00 PM (PST)
  28.                   Monday through Friday
  29.  
  30.  
  31.      If you do call, be prepared to provide us with your serial
  32.      number (from the label of your master diskette), the type
  33.      of computer you are using, and the name and version number
  34.      of your operating system.
  35. ..,1f
  36.  
  37.  
  38.  
  39.  
  40.            Vopt and (its lack of) Copy Protection
  41.  
  42.     The programs on this diskette are designed to help you operate
  43.     your disks in the safest, most efficient way.  We expect that   
  44.     they will normally be copied onto your hard disk, and are not
  45.     copy protected.  This product is licensed for use on a single
  46.     computer, however, and should not be copied for use by others.
  47. ..,1f
  48.  
  49.  
  50. NEW FEATURES:  Vopt Version 3:
  51.  
  52.  
  53.    Version 3 will handle DOS 4 partitions up to one gigabyte.
  54.  
  55.    The maximum allowable number of files and subdirectories for a disk
  56.    partition have been increased to:
  57.  
  58.       16378 files (including subdirectories)
  59.  
  60.        1023 subdirectories
  61.  
  62.    Disk optimization may be interrupted by pressing the Esc key.  Vopt
  63.    will terminate when processing of the current file is complete.
  64.  
  65.    Version 3 treats files which skip over bad clusters (but are not
  66.    otherwise fragmented) as contiguous files.  This avoids unnecessary
  67.    disk reorganization which does not enhance system performance.
  68.  
  69.  
  70.    There are several new command line options in addition to the /F
  71.    (fixup) and /N (no-talk) options described in the User's Guide:
  72.  
  73.       /D - If the /D (display) option is used, Vopt will display the
  74.       name of each file as it is moved.  Vopt will run slower if you
  75.       use this option.  Note that names of heavily fragmented files
  76.       may appear repeatedly as the fragments are pieced together.
  77.  
  78.       /H - If the /H (hidden) option is included on the command line,
  79.       Vopt will allow hidden files to be moved.  Otherwise, hidden
  80.       files are "locked" and will not be moved or defragmented.
  81.       System files are always "locked" and not be moved in any event.
  82.  
  83.       /S - If the /S (speedup) option is used, Vopt will run faster.
  84.       The only disadvantage to using this option is that if your system
  85.       halts or is rebooted during optimization then there may be "lost"
  86.       clusters on your disk.  These lost clusters are harmless, and
  87.       can be discarded with either CHKDSK or by using Vopt's /F option.
  88.       We recommend always using the /S option.
  89.  
  90.  
  91.       /V - If the /V (verify) option is included on the command line,
  92.       Vopt will verify all disk transfers, regardless of the setting of
  93.       the system verify switch.  Vopt will run slower when this switch
  94.       is used.  We recommend using this option only when reorganizing
  95.       diskettes.
  96.  
  97.       /1 .. /5 - If one of these options is included on the command
  98.       line, Vopt will attempt to leave that number (1 - 5) of "holes"
  99.       in the disk map.  This option is extremely useful when you have
  100.       a few large files towards the end of the disk which frequently
  101.       grow.  If the option is not used, Vopt will spend considerable
  102.       time pulling these files down, to no good end in terms of over-
  103.       all system performance.
  104.  
  105.  
  106. NEW FEATURES:  Vmarkbad
  107.  
  108.  
  109.    Version 3.1 features substantially improved bad cluster detection as
  110.    compared to earlier versions.
  111.  
  112.    If the new command line parameter /C is included on the command line,
  113.    markbad will attempt to correct marginal sectors by rewriting them.
  114.    Otherwise they will be reported as bad clusters. Note that older
  115.    versions of Vmarkbad always performed as if the /C were specified.
  116.  
  117.    NOTE:  Vmarkbad will not detect disk errors properly with a disk
  118.    cache installed.  Remove or deactivate any cache program (which
  119.    caches the disk you want to scan) before running Vmarkbad.
  120.  
  121.  
  122. NEW FEATURES:  Vres (replaces Vtsr)
  123.  
  124.    Version 3 identifies and displays non-standard resident device
  125.    drivers in addition to TSRs.
  126.  
  127.  
  128. NEW FEATURES:  Vrun
  129.  
  130.    Vrun is a scheduling program which can be used to schedule daily,
  131.    weekly, monthly, etc. execution of any desired programs.  The Vrun
  132.    command line format is:
  133.  
  134.         VRUN frequency_in_days program_name any_program_parms
  135.  
  136.    Vrun statements should be added to your autoexec.bat file.  Each
  137.    time your computer is booted up, Vrun will check the current date
  138.    against the date of last execution and schedule for each program.
  139.    If execution is required, Vrun will start the program; otherwise,
  140.    Vrun will display the message:  xxx not sceduled to run.
  141.  
  142.    For example, to schedule daily execution of Vopt on drives C: and
  143.    D: daily, and Vmarkbad weekly, add to your autoexec.bat:
  144.  
  145.       VRUN 1 VOPT C:/F
  146.       VRUN 1 VOPT D:/F
  147.       VRUN 7 VMARKBAD C:/F/R
  148.       VRUN 7 VMARKBAD D:/F/R/2
  149. ..,1e
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.                   GOLDEN BOW SYSTEMS
  158.                  2665 Ariane Drive, Suite 207
  159.                   San Diego, CA 92117
  160.                     (619) 483-0901
  161.