home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / dirutl / move201.arc / MOVE201.DOC < prev   
Encoding:
Text File  |  1988-05-26  |  5.5 KB  |  97 lines

  1.                                    MOVE 2.01
  2.                      Copyright (c) 1988 by Unique Software
  3.                                 Unique Software
  4.                              Post Office Box 26613
  5.                             Fort Worth, Texas 76126
  6.                              CompuServe 70130,330
  7.                               MCI-MAIL 252-8689
  8.                         American People Link UNIQUESOFT
  9.  
  10.     MOVE  does just what it's name implies,  it moves files.  Why another  MOVE
  11. utility? There are several good utilities around which move files. However most
  12. of them are in excess of 12K.  Some are almost 70K.  MOVE on the other hand  is
  13. just over 1K.  Of course it doesn't contain all the bells and whistles of  some
  14. of  the  other  utilities,  but it serves it purpose in a small  a  package  as
  15. possible.
  16.  
  17.                                      USAGE
  18.   (the following help line can be obtained by typing MOVE with no parameters)
  19.  
  20.        MOVE [drive:][\path\]{filename|*|?}[.{ext|*|?}] {[drive:\]|[\]}path
  21.  
  22.     Items in brackets,  [],  are optional.  Why is the backslash,  \,  optional
  23. before  the pathname?  The reason is simple,  even touch-typists often have  to
  24. look  down  at the keyboard to find the backslash key.  So it was decided  that
  25. MOVE would insert a backslash at the start of the pathname,  if the user didn't
  26. specify one.  For example, "MOVE THISFILE.TXT TXT", is a valid statement.  What
  27. move   acually  sees  is  "MOVE  THISFILE.TXT  \TXT".   Assumming   that   BOTH
  28. "THISFILE.TXT" and "\TXT" exist, MOVE will perform the move. Note however, that
  29. sometimes you HAVE to type the backslash.  For example,  "MOVE SRC.DAT B:\SRC",
  30. requires the backslash.
  31.     Wildcards?   Yes!   For example,  "MOVE *.BAS BASIC"  will move  all  files
  32. containing  the  extension ".BAS"  to the directory "\BASIC"  if the  directory
  33. "\BASIC" already exists. MOVE does NOT create directories.
  34.     Another example,  "MOVE DAT88-?? B:",  will move all files which begin with
  35. "DAT88-" AND have no extension to current directory of drive B:. Note, MOVE can
  36. also move files to another drive.  MOVE does two types of moves. First,  if the
  37. destination path is another directory on the same drive, MOVE invokes the INT21
  38. function to rename the file with the new pathname.  This essentially "puts" the
  39. file in the new directory without physically moving the file.  Second,  if  the
  40. destination path exists on another drive,  MOVE checks for sufficient space  on
  41. the destination drive,  (if it exists) COPYs the file to the destination drive,
  42. and DELetes the file on the source drive.  Both methods of moving will warn you
  43. if  a  file with a duplicate name exists on the destination path.  You  will be
  44. prompted if you wish to replace the existing file.
  45.     Neither "Insufficient Disk Space", nor duplicate filename are terminal
  46. errors.   If you have specified wildcards,  and MOVE finds that a file will not
  47. fit  on  the destination drive,  it will merely skip that file (warning you  it
  48. wasn't  moved)   and continue onto the next file.  The same holds  true  for  a
  49. duplicate  file name in the destination path.  Selecting "No"  will only induce
  50. MOVE  to  skip  the  current  file,  searching for the next  file  to  move  if
  51. appropriate.
  52.  
  53.  
  54.                                  ERROR Messages
  55.  
  56.                           "Specified Path Not Found!"
  57.     The destination pathname you specified wasn't found. Remember MOVE will NOT
  58. create directories. The directory specified must already exist before MOVE is
  59. invoked.
  60.  
  61.                          "Invalid Drive Specification!"
  62.     Valid DOS drives are "A:" through "Z:". MOVE detected a drive designation
  63. outside this range.
  64.  
  65.                            "Insufficient Disk Space!"
  66.     The current file will not fit on the destination drive.
  67.  
  68.                            "No File(s) Found to MOVE?"
  69.     The file(s) you specified do(es)n't exist. [Maybe you mistyped something]
  70.  
  71.                                   "Copy error."
  72.     [Only when MOVEing files to another drive] An error occurred during the
  73. COPYing process. [A bad or marginal disk?] This is a terminating error if you
  74. have specified wildcards. MOVE will terminate searching for more files. MOVE
  75. will NOT attempt to ERASE the file in the SOURCE directory.
  76.  
  77.                              ShareWare vs. FairWare
  78.  
  79.     The  files  contained herein are distributed on two concepts.    The  first
  80. concept,  the  Shareware concept,   provides that this software is to be freely
  81. distributed in an un-modified state.  You are encouraged to copy,  give, upload
  82. any of our un-modified software to any person,  bulletin board or entity.   The
  83. second   concept,     we   call  "FairWare",   is that Unique  Software  should
  84. provide valuable, useful, and/or entertaining software, programming techniques,
  85. and/or information.
  86.     The first concept works only if the second concept is fulfilled by us.   We
  87. do  not require or set a "donation."   We do not distribute software and expect
  88. "charity"   in return.  Instead,  we only want payment from those who feel that
  89. our software, programming techniques,  and/or information is valuable,  useful,
  90. and/or entertaining.  The amount? How valuable, useful,  and/or entertaining is
  91. it to you?
  92.     We  only ask two things from our users.  First,   that you foward your name
  93. and  address with any payment you might make.   (This will enable us to  inform
  94. you of any upgrade  or bugs found.)   Along with any suggestions or comments on
  95. the program. Second, Enjoy!
  96.  
  97.