home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / MV.ZIP / MV.DOC next >
Text File  |  1992-12-31  |  2KB  |  70 lines

  1. Program:        MV.EXE
  2.  
  3. Version:        1.0
  4.  
  5. Date:           December 31, 1992
  6.  
  7. Description:    Move File Utility for OS/2 2.0
  8.                 32-bit OS/2 2.0 protected mode, command line program
  9.  
  10. Requirements:   OS/2 2.0 
  11.  
  12. Instructions:
  13.  
  14. MV is designed to move files from one subdirectory to another.  This utility
  15. takes the following parameters:
  16.  
  17. C:\]mv source destination
  18.  
  19. source - can be a filename, with or without wildcards * and ?,
  20.              or a subdirectory name
  21.  
  22. destination - can only be a subdirectory name
  23.  
  24. If the source is one file, that one file is moved.
  25. If the source is a wildcard filename then those files will be moved.
  26.  
  27. For safety, this program will not delete the files it is moving until all
  28. of the files have been safely copied to their destination.  Any errors 
  29. in copying will terminate the program.
  30.  
  31. Please note that this program will make exact duplicates of the source.
  32. If you have any attribute bits (like read only) set they will move with
  33. the source.  Things like read-only bits will prevent deletion of the files.
  34. Additionally, if the destination file has read-only set and you try to 
  35. move a new source it will prevent the move.  
  36.  
  37. This program does not override any file attribute settings when attempting
  38. to move files.
  39.  
  40.  
  41. Examples:
  42.  
  43. mv *.* \temp            move all files from here to \temp
  44. mv ..\abc*.* \temp      move all files starting with abc in the parent
  45.                         directory to \temp
  46. mv *.* ..\temp          move all files to a directory in the parent called 
  47.                         temp
  48. mv ..\abc*.* ..\temp    move all files starting with abc in the parent 
  49.                         directory to a directory in the parent called temp
  50.  
  51.  
  52. Please note that you use this program at your own risk.  While I have tested
  53. this program and have removed all the bugs I have found I can not guarantee
  54. that other bugs will not appear.  Whenever you use programs that manipulate
  55. files be sure that you have back up copies of those files.  
  56.  
  57. This program is freeware.  All that I ask is that you contact me via
  58. e-mail (Compuserve ID 73467,252; Internet asp@trail.sharpstone.com) and
  59. let me know what you think about it.  Ideas on more freeware utilities you
  60. would like to see are welcome.
  61.  
  62.  
  63.                                             Your author,
  64.  
  65.                                                     Alexandre Polozoff
  66.  
  67.  
  68.  
  69.  
  70.