home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / 014r / movewipe.zip / MOVEWIPE.DOC < prev    next >
Text File  |  1986-11-29  |  3KB  |  66 lines

  1.  
  2.                            MOVEWIPE.COM
  3.  
  4.                                 by
  5.  
  6.                            Larry Spiwak
  7.  
  8.                (Don Gato Loco of COMPUTER HUSTLER BBS)
  9.  
  10.  
  11. MOVEWIPE.COM was originally written to accomplish a special task in
  12. dealing with housekeeping on a hard disk.  The object was to move
  13. groups of files between subdirectories on the disk:
  14.  
  15.      a.  without increasing at any time the space used on the hard disk
  16. more than the number of bytes in the file being moved.
  17.  
  18.      b.  without losing any of the files in the process, including
  19. hidden, read-only and "zero byte" files used as part of install
  20. procedures for protected programs.
  21.  
  22.      c.  without deleting the file at its original location until the
  23. new file on the target was verified.
  24.  
  25.      d.  without altering the attributes of the files in their new
  26. locations.
  27.  
  28.      e.  without leaving behind at the original location any files
  29. which could be "unerased".
  30.  
  31. MOVEWIPE.COM does all this, and more.
  32.  
  33. MOVEWIPE.COM copies the file to target, verifies the copy, and then
  34. wipes (with zeros) and deletes the file at its original location.
  35.  
  36. MOVEWIPE accepts wildcards to select groups of files, and will sort by
  37. name a complete directory, then MOVEWIPE the files one by one
  38. alphabetically to a target.  If it encounters hidden, read-only
  39. or "zero-byte" files it will change the attributes of these files,
  40. MOVEWIPE them, and restore their original attributes.  For this reason
  41. it can be used to completely backup a hard disk directory to floppy
  42. disks.  When this is done it will pause when the target disk is full
  43. and prompt for a new floppy, or offer you the alternative of continuing
  44. to try to find unmoved files which will fit in the space remaining on
  45. the floppy.  It will MOVEWIPE over 600 files each time it is called.
  46. It has been designed in such a way that it will abort of you try to
  47. MOVEWIPE files to a non-existent target directory.
  48.  
  49. Type MOVEWIPE with no arguments for help on syntax.
  50.  
  51. MOVEWIPE.COM was written by Larry Spiwak.  MOVEWIPE.COM was contributed
  52. to the public domain, and was uploaded to COMPUTER HUSTLER BBS,
  53. Satellite Beach, FL, (305)777-3664, by the author.  It may not be sold
  54. or distributed for profit or combined with any other program.  If
  55. distributed on disk a token fee equal to the cost of the disk may be
  56. charged.  The source is available from the author, and you are
  57. encouraged to contact him direct or through COMPUTER HUSTLER BBS with
  58. any comments or problems you may encounter.
  59.  
  60. If you find this program of use, you are encouraged to send a fitting
  61. contribution ($10.00 suggested) to the author: Larry Spiwak, 220 E.
  62. University Blvd., #1203, Melbourne, FL 32901.
  63.  
  64.                              end
  65.  
  66.