home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / MR20.ZIP / MR-READ.ME < prev    next >
Text File  |  1989-05-28  |  3KB  |  80 lines

  1.                         Thom Little Associates
  2.                             P.O. Box 1901
  3.                         Boston, MA  02205-1901
  4.                             (617) 438-0396
  5.  
  6.   -----------------------------------------------------------------
  7.   --- MR.EXE - Move/Rename Directory to Directory - Version 2.0 ---
  8.   -----------------------------------------------------------------
  9.  
  10.                        --- Program Purpose ---
  11.  
  12. The primary use for MR is in moving files around on a fixed disk. I
  13. wrote it for my own use and use it daily.  I hope you enjoy it.
  14.  
  15.  
  16.                         --- Program Status ---
  17.  
  18. This program is placed in the Public Domain.  Use this program at
  19. your own risk.  I make no guarantees of the validity of the results
  20. obtained from execution of this program or the results you obtain
  21. from using this program.  I do not expect and will not accept any
  22. payment for this program.
  23.  
  24.  
  25.                        --- Program Function ---
  26.  
  27. MR under MS-DOS 2.x will:  Rename any file on a disk to another valid
  28. filename.  Move a file from one directory to another.
  29.  
  30. MR under MS-DOS 3.x, MS-DOS 4.x, or MS-OS2 1.x (real mode) will: 
  31. Rename any file on a disk to any other filename.  Move a file from
  32. one directory to another.  Rename a directory to another valid
  33. directory name.
  34.  
  35. MR under MS-OS2 1.x (protected mode) will:  Rename any file on a disk
  36. to any other filename.  Move a file from one directory to another. 
  37. Rename a directory to another valid directory name.
  38.  
  39.  
  40.                      --- Program Limitations ---
  41.  
  42. This program will NOT allow you to:  Move a file from one disk to
  43. another or move a sub-directory from one directory to another.
  44.  
  45.  
  46.               --- Program Command Syntax and Samples ---
  47.  
  48. mr <old name> <new name>
  49.  
  50. mr \thom\comm\debug.lst debug.lst
  51. mr \debug.lst \newbug.lst
  52. mr \comm \test
  53. mr \thom\comm\debug.lst \arc\debug10.lst
  54.  
  55.  
  56.                      --- Program Installation ---
  57.  
  58. Three executable files are included in this distribution.  They
  59. perform identical functions but run in different environments. Choose
  60. the one that fits your environment and rename it to MR.EXE.
  61.  
  62. MR-BIND.EXE will execute in OS/2 Protected mode, OS/2 Real mode, or
  63. under DOS.  It is more than twice the size of the other two options. 
  64. To rename specify:
  65.  
  66.                  mr-bind mr-bind.exe mr.exe
  67.  
  68. MR-PROT.EXE will execute only in OS/2 Protected mode.  To rename
  69. specify:
  70.  
  71.                  mr-prot mr-prot.exe mr.exe
  72.                
  73. MR-REAL.EXE will execute only in OS/2 Real mode or under DOS.  To
  74. rename specify:
  75.      
  76.                  mr-real mr-real.exe mr.exe
  77.  
  78.  
  79. 05-28-89
  80.