home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / unix / mv200.lzh / READ.ME < prev   
Encoding:
Text File  |  1989-06-12  |  8.6 KB  |  179 lines

  1.  
  2.  
  3.  
  4.           MV 2.00 -- File move utility.
  5.           
  6.           Written by Mark Kubo.
  7.           
  8.           Copyright (C)1989, Mark Kubo, All Rights Reserved.
  9.           
  10.           This  is a quick utility which will allow you to move files  from 
  11.           one drive/directory to another.  It copies the files specified to 
  12.           the destination drive/directory and erases the source files.   By 
  13.           using this utility, you can eliminate the repetitious copy -  del 
  14.           sequence by combining both commands into one.
  15.           
  16.           Usage is:  MV source-file destination-path [options]
  17.           
  18.           Source-file  can be any legal DOS file descriptor including  full 
  19.           path descriptors and wildcards.
  20.           
  21.           Destination-path  can be any legal DOS path descriptor.   If  you 
  22.           specify  just the drive letter, the program will assume the  root 
  23.           directory of that drive.
  24.           
  25.           The  following options are available.  They must be placed  after 
  26.           the source and destination designations.  They must have the  "/" 
  27.           before the letter, and each option must be delimited by a space.
  28.           
  29.                */O  The  default for registered programs is overwrite  pro-
  30.                     tection.   This switch will defeat the  protection  and 
  31.                     overwrite  files in the target directory with the  same 
  32.                     name as the source without asking you.
  33.           
  34.                 /C  This activates copy only.  This will cause the  program 
  35.                     to  perform  like the DOS COPY command.  This  is  most 
  36.                     useful  with  the /S and /T options where it  will  act 
  37.                     like the XCOPY command and copy subdirectories also.
  38.           
  39.                 /E  By  specifying this option, all source files which  are 
  40.                     successfully moved will be erased, regardless of  their 
  41.                     file  attributes.  By default, read-only,  system,  and 
  42.                     hidden  files are not removed.  This option allows  you 
  43.                     to override the default.
  44.           
  45.                */H  This  option  will enable hidden and  system  files  in 
  46.                     addition to normal files to be moved; however,  unlesss 
  47.                     /E  is  specified, the hidden and system  source  files 
  48.                     will not be erased.
  49.           
  50.                 /M  By specifying this option, if the target directory does 
  51.                     not exist, it will be created by the program.
  52.           
  53.                */R  This  option  causes the program to  remove  all  empty 
  54.                     source directories once the files have been moved out.
  55.           
  56.                */S  Copy  subdirectories and create same subdirectory  tree 
  57.                     structure under target directory.
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.           
  65.                */T  Copy subdirectories but copy all files into same target 
  66.                     directory.   In other words, unlike /S, this  will  not 
  67.                     create a subdirectory tree structure.
  68.           
  69.                 /W  By  default,  read-only  files will be  moved  but  not 
  70.                     erased  from the source directory unless the /E  option 
  71.                     is  specified.  This option will disable the  read-only 
  72.                     file move and only move the read-write files.
  73.           
  74.                     Options /S and /T may not be specified concurrently.
  75.                     Options /H and /W may not be specified concurrently.
  76.                     Options /C and /E may not be specified concurrently.
  77.           
  78.                Options preceded by an asterisk ('*') are available only  to 
  79.                registered users.
  80.           
  81.           Examples:
  82.           
  83.                MV *.* D:\UTILITY
  84.                     moves all files in current directory to D:\UTILITY
  85.                           
  86.                MV A:\GAMES\*.EXE C:\GAMES\EGAGAMES
  87.                     moves  all .EXE files in GAMES subdirectory of drive  A 
  88.                     to C:\GAMES\EGAGAMES
  89.                           
  90.                MV *.COM ..
  91.                     moves  all  .COM files in current directory  to  parent 
  92.                     directory
  93.                           
  94.                MV  ..\..\TEST.*  .\
  95.                     moves  all  TEST files in directory two  levels  up  to 
  96.                     current directory
  97.           
  98.                MV WORK WORK1 /C /M
  99.                     copies  files  in directory WORK  to  directory  WORK1, 
  100.                     creating WORK1 if it does not already exist
  101.           
  102.                MV BACKUP STORAGE /S
  103.                     moves files in backup and files in subdirectories under 
  104.                     BACKUP  to  directory  STORAGE,  replicating  directory 
  105.                     structure under BACKUP in STORAGE
  106.           
  107.           
  108.           Distribution:
  109.           
  110.           This  software is distributed under the SHAREWARE  concept.   You 
  111.           may freely copy and give away copies as long as the files MV.EXE, 
  112.           NEW.TXT,  and READ.ME are distributed together unmodified in  any 
  113.           way.   This means that registered copies of this program may  not 
  114.           be  distributed.  You are required to register if you  find  this 
  115.           utility useful after an evaluation period of 30 days.  If you use 
  116.           it  regularly in moving files from one location to another,  then 
  117.           you  are  finding it useful.  Basic registration  is  $10.   This 
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.           includes information on how to get rid of the opening  advertise-
  125.           ment,  activation of additional command line parameters,  default 
  126.           overwrite  protection,  and  future notice of  updates.   For  an 
  127.           additional  $5, you will receive the latest version of this  pro-
  128.           gram and the next upgrade free of charge. 
  129.            
  130.           To  register, please include the version number (Version  X.XX  / 
  131.           RXXXXXX),  name, address, phone number, and a check or  M.O.  for 
  132.           $10 or $15.  Mail your registration to:
  133.           
  134.                                    Mark Kubo
  135.                                    P.O. Box 945
  136.                                    Angwin, CA 94508
  137.                                                           
  138.           Comments,  bug reports, etc. are welcome at the above address  as 
  139.           well  as  on  GEnie.  My mail address is M.KUBO1.   If  for  some 
  140.           reason, you need to desperately contact me, as a last resort  you 
  141.           can  call me at (707) 965-7412.  Please make this a last  resort!  
  142.           (This  number may be different for 4 months beginning  June  '89.  
  143.           Sorry for the inconvenience.)
  144.           
  145.           Disclaimer:   This  software package is provided as  is  with  no 
  146.           expressed  or implied warranties.  You are using this program  at 
  147.           your  own  risk.  This program contains no known bugs  which  may 
  148.           trash your files or erase them.  However, by using this  program, 
  149.           you  are  agreeing  that the author is not  responsible  for  any 
  150.           damage  caused  by  the use of this program,  whether  direct  or 
  151.           consequential.  The authors liability is limited to correction of 
  152.           the bug which may have caused the damage.
  153.           
  154.           Version notes:
  155.           
  156.           2.00  -- Added command line options /C /E /H /R /S /T  /W.   Made 
  157.           option  /M  available to non-registered  users.   Specifiying  of 
  158.           directory  alone  included.   A  different  program  registration 
  159.           scheme,  so  registration  numbers  given  before  version   1.11 
  160.           R890611C  will not work with this one.  New registration  numbers 
  161.           will  be  sent to all registered owners of version  1.00  through 
  162.           version 1.11 R890611B.
  163.           
  164.           1.11  --  Corrected  bug causing  overwrite  and  make  directory 
  165.           switches to not reset to the default when executing after command 
  166.           line switches were specified.
  167.           
  168.           1.10  -- Added two command line options for use  with  registered 
  169.           users.   Overwrite protection and make directory. Corrected  minor 
  170.           bug  which may have caused problems when a destination  directory 
  171.           which didn't exist was specified, but if *.* was tacked on to the 
  172.           end, that certain one existed.  Fixed bug where files couldn't be 
  173.           moved to the root directories.
  174.                   
  175.           1.00 -- Original release.
  176.  
  177.  
  178.  
  179.