home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware GOLD / NuclearComputingVol3No1.cdr / utils / f1420 / mvwin.txt < prev   
Text File  |  1991-04-26  |  8KB  |  177 lines

  1.                Move Utility for Windows (MvWin)
  2.  
  3.                     Version 1.0 - 4/26/91
  4.  
  5.               Copyright (c) 1991, by Micro Magic.
  6.                      All rights reserved.
  7.  
  8.  
  9. General Description:  This program allows files and directories to be
  10.     moved, copied, or deleted.  Directories can be manipulated just like
  11.     files.  For the most part, a mouse initiates all of the actions and the
  12.     keyboard is rarely used.  
  13.  
  14. Operation:  When the program begins, an empty work space is presented.  A
  15.     row of disk buttons is placed below the menu bar.  Each button
  16.     represents one of the disk drives on the computer.  There is a
  17.     "trash icon" at the bottom of the application work space.
  18.  
  19.     Clicking on a disk button, opens a window into the disk and displays
  20.     the current directory.  A line at the top of the window, displays the
  21.     number of files and directories displayed and their total size.
  22.     Multiple windows for a disk are allowed.  Navigation to different
  23.     subdirectories is possible by double clicking on the desired directory.
  24.     (Make sure the directory has not been selected.)
  25.  
  26.     Moving (or copying) something is a two step process.  First select the
  27.     members to be moved.  The top line will display the number of members
  28.     selected.  Next, drag one of the selected members to it's new destination
  29.     The new destination may be a disk button, a file/directory in another
  30.     window, an icon of another window or the trash.  When the button is
  31.     released at the new destination, all of the selected files/directories
  32.     are moved.
  33.  
  34.     In order to get a feel for how the program works, it might be helpful
  35.     to create some test files and use MvWin to move, copy, and delete them.
  36.  
  37.     Shortcut: The right button of the mouse can be used to select or
  38.               unselect a file without affecting the selection of any
  39.               other file.
  40.  
  41. Deleting: The "trash icon" is used to delete files/directories.  Simply
  42.     drag your selected members to the icon.  Trash can be processed in
  43.     one of two ways.
  44.  
  45.     Automatic Trash disposal - ON - The files/directories are deleted
  46.         immediately.
  47.  
  48.     Automatic Trash disposal - OFF (default) - The files/directories are
  49.         only marked for deletion and remain on the disk.  The files will
  50.         no longer be displayed in a disk window.  If something has been
  51.         put in the trash, the trash icon can be restored to a window which
  52.         displays the members that have been marked for deletion.  At this
  53.         point, files in the trash can be moved back to where they came
  54.         from or back to another window to prevent them from being deleted.
  55.         Nothing is deleted from the disk until the trash is emptied or the
  56.         program is exited.
  57.  
  58.     NOTE: When a directory is in the trash, it will be deleted whether or
  59.           not it has any files in it.
  60.  
  61.  
  62. Menu Bar:
  63.  
  64.     File
  65.         Empty Trash: Delete all of the files/directories in the trash
  66.         Exit:        Quit the program
  67.  
  68.     View
  69.         Refresh: Display the subdirectory again
  70.         Details: Allows you to display additional information, such as
  71.                  dates and/or sizes.
  72.         All:     View all of the files in a subdirectory
  73.         Include: This brings up a dialogue box that allows you to select
  74.                  which files will be displayed.
  75.         Sort By: Lets you sort the names alphabetically, by date, or by
  76.                  size
  77.         Reverse Sort: Allows you to reverse the sorting order
  78.  
  79.     Options
  80.         Move:
  81.         Copy: Select one of these depending on whether you want to move
  82.               files or copy files
  83.  
  84.         Only File Sizes: When displaying sizes, only display the size of
  85.               files.  Do not display the size of directories.
  86.               (Hint: If you are in a hurry, only display file sizes.
  87.                It takes a little time to generate the size of a directory.)
  88.  
  89.         Auto Trash disposal: If this is selected, a file/directory is
  90.               deleted immediately upon being moved to the trash.
  91.  
  92.         Confirm Deletions: The program can ask you to confirm any
  93.               deletions it makes.  This option determines whether or not
  94.               confirmations are presented.  'First' means that a
  95.               confirmation will only appear on the first deletion in a group.
  96.  
  97.         Confirm Exits: If this is selected, the program will display a
  98.               confirmation message when closing a window that contains
  99.               selected members.
  100.  
  101.     Windows - These options allow you to arrange the windows and icons or
  102.               to select a new active one.
  103.  
  104.  
  105. Installation:  No special procedures are neccesary.  The program can be
  106.     run from any directory.  It will look for an initialization file
  107.     called MvWin.ini and located in the Windows subdirectory.  If it does
  108.     not exist, it will be created.  The initialization file is used to
  109.     determine what the initial settings should be on the menu.  If the
  110.     file does not exist, defaults will be used.  When the program ends,
  111.     it saves the current menu settings in this file.  (The state of
  112.     any open windows is not saved.)
  113.  
  114. DISCLAIMER:  Micro Magic hereby disclaims all warranties relating to this
  115.     software, whether express or implied, including without limitation any
  116.     implied warranties of merchantability or fitness for a particular
  117.     purpose.
  118.  
  119.     Micro Magic will not be liable for any special, incidental,
  120.     consequential, indirect or similar damages due to loss of data or any
  121.     other reason, even if Micro Magic or an agent of Micro Magic has been
  122.     advised of the  possibility of such damages.
  123.  
  124.     In no event shall Micro Magic's liability for any damages ever exceed
  125.     the price paid for the license to use the software, regardless of the
  126.     form of the claim.  The person using the software bears all risk as to
  127.     the quality and performance of the software.
  128.  
  129.     After reading the last three paragraphs, your probably wondering what
  130.     kind of damage this program could do.  It has been thoroughly tested
  131.     and hasn't trashed a disk yet.  DOS calls are used to do the actual
  132.     processing.  (Your favorite 'unerase' program should work fine on any
  133.     deleted files.)  Please be careful and understand what the program
  134.     is doing.  Using the capabilities built into the program,
  135.     it is possible to wipe out an entire hard disk.
  136.     If you do happen to come upon a bug, please let us know.
  137.  
  138. Distribution:  You are free to copy and distribute MvWin for NONCOMMERCIAL
  139.     use if:
  140.  
  141.         No fee is charged for use, copying or distribution.
  142.  
  143.         It is not modified in any way.  This program has been copyrighted
  144.         by Micro Magic and is not public domain.
  145.  
  146.     Clubs and user groups may charge a nominal fee not to exceed ($5) for
  147.     expenses and handling while distributing MvWin.
  148.  
  149.     COMMERCIAL users must register the program before distributing it
  150.         within their organization.  Site Licenses are available.
  151.  
  152.  
  153. Registration:  This program is shareware.  You must register MvWin if
  154.     you use it on a regular basis.  Registration costs $10 (US).  This
  155.     entitles you to all Version 1.xx releases.  The 1.xx releases will
  156.     contain bug fixes and minor enhancements.  Registration also includes
  157.     update notices for new versions.  Please send your name and address
  158.     along with a check, money order, or cash to:
  159.  
  160.     Micro Magic
  161.     1104 E. Bulkey Street
  162.     Castle Rock, CO  80104-9409
  163.  
  164.  
  165. Authors Note:  There still are a number of enhancements that I would
  166.     like to make to the program, like rename capability, on-line help,
  167.     displaying how much room is left on a drive, and providing a faster
  168.     way to navigate through subdirectories.
  169.     If you find that there are other enhancements that you would
  170.     like to see in the program or if you have any problems
  171.     with the this version, please contact me at the address above or
  172.     on Compuserve.  Some of your suggestions may be incorporated into
  173.     the next release.
  174.  
  175.                                              Eric Jacobshagen
  176.                                              Compuserve - 76676,732
  177.