home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / binaries / ibm / pc / archives / 3650 < prev    next >
Encoding:
Text File  |  1992-07-31  |  2.1 KB  |  53 lines

  1. Newsgroups: comp.binaries.ibm.pc.archives
  2. Path: sparky!uunet!wupost!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!csn!yuma!longs.LANCE.ColoState.EDU!pm860605
  3. From: pm860605@longs.LANCE.ColoState.EDU (Peter Mckinney)
  4. Subject: Re: Move command for DOS needed
  5. Sender: news@yuma.ACNS.ColoState.EDU (News Account)
  6. Message-ID: <Jul31.203622.68291@yuma.ACNS.ColoState.EDU>
  7. Date: Fri, 31 Jul 1992 20:36:22 GMT
  8. Reply-To: pm860605@longs.LANCE.ColoState.EDU (Peter Mckinney)
  9. References: <1992Jul30.233126.26923@ecst.csuchico.edu> <1992Jul30.025640.139506@zeus.calpoly.edu> <19438@plains.NoDak.edu>
  10. Nntp-Posting-Host: chief.lance.colostate.edu
  11. Organization: Colorado State U. Center for Computer Assisted Engineering.
  12. Lines: 39
  13.  
  14. In article <1992Jul30.233126.26923@ecst.csuchico.edu>,
  15. favor@ecst.csuchico.edu (Michael Favor) writes:
  16. > >The syntax would be:
  17. > >doskey move=copy $1 $2 $t del $1
  18. > >
  19. > >The call would be:
  20. > >move *.bak c:\temp
  21. > >
  22. > >to move all bak file to the temp directory.
  23. > >
  24. > >-Lee.
  25. > >Lee Jorgensen             Internet: jorgense@plains.NoDak.edu
  26. > this only works as long as there are no unexpected problems, such as
  27. > running out of disk space, destination directory doesnt exist, etc.
  28. > if *anything* goes wrong using this technique, you lose your files.
  29. > i reviewed the various 'move' utilities on simtel, and found 'mh_mv'
  30. > (or mv_mh, cant remember which) was the best one of those tested...
  31. > regards,
  32. > michael.
  33.  
  34. Yes - this is one of the best move utilities avialable.  I have also
  35. reviewed many of them and found mh_mv to be the most consitent and
  36. versatile.  Specifically, it is available as:
  37.  
  38.    /pub/msdos/dirutl/mh_mv102.zip
  39.  
  40. on the simtel mirror oak.oakland.edu.  It will move the pointers to
  41. files or entire directories on the same logical drive.  It will also
  42. move (copy and delete) files and directories from one drive to
  43. another.  The *only* problem I have with it is that it wants to
  44. redate files that it moves from one drive to another.  I hope that
  45. can be fixed in a future release... :-).
  46.  
  47.             - Pete McKinney
  48.             - pm860605@longs.LANCE.ColoState.Edu
  49.