home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / UTILS2 / ZMOVE16.ZIP / ZMOVE.DOC < prev    next >
Text File  |  1994-01-09  |  2KB  |  59 lines

  1. ┌─────────────────────────────────────────────────────────────────────────────┐
  2. │ ▒▒▒▒ ZMOVE V1.6, Copyright (C) 1993-94 by Chris Buijs ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  3. └─────────────────────────────────────────────────────────────────────────────┘
  4.  
  5.   ZMOVE is a small directory/file-move utility i wrote because i needed a
  6.   move-programm like XCOPY (but for moving files instead of coping), for
  7.   installation purposes.
  8.  
  9.   ZMOVE is here-by placed in Public Domain and can be concidered freeware,
  10.   ZMOVE may not be sold, hired, leased or modified, it may be freely copied
  11.   as a complete package.
  12.  
  13.   What does ZMOVE do:
  14.  
  15.   - The same as ZCOPY, only moves the files instead of coping.
  16.  
  17.   - ZMOVE will move any directory or file (also read-only, hidden
  18.     system etc.), also across disks.
  19.  
  20.   - ZMOVE will preserve file date, time and attributes.
  21.  
  22.   - ZMOVE will check for enough disk-space on the target drive.
  23.  
  24.   - ZMOVE is FAST.
  25.  
  26. ┌─────────────────────────────────────────────────────────────────────────────┐
  27. │ ▒▒▒▒ USAGE ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  28. └─────────────────────────────────────────────────────────────────────────────┘
  29.  
  30.   ZMOVE <Source> <Target> [/N] [/S]
  31.  
  32.   <Source> - Source directory and file-specs to move from.
  33.  
  34.   <Target> - Target directory to move to, DON'T specify any file-specs,
  35.              you can supply full paths which do not exist, ZMOVE will create
  36.              all non-existant directory's automatically.
  37.  
  38.   [/N]     - Optional parameter, with this parameter you instruct ZMOVE to
  39.              only move files which are newer/changed when in the target
  40.              directory files already exist, as default ZMOVE overwrite these
  41.              files.
  42.  
  43.   [/S]     - Include sub-directories also.
  44.  
  45. ┌─────────────────────────────────────────────────────────────────────────────┐
  46. │ ▒▒▒▒ CONTACT ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  47. └─────────────────────────────────────────────────────────────────────────────┘
  48.  
  49.   If you want to contact me, you can call my BBS:
  50.  
  51.     Action Board Zaandam
  52.     +31-(0)75-704890
  53.     14.400 HST, V42/V42Bis.
  54.  
  55.   Or contact me at Compuserve with EMAIL, my user-id is 100117,3242
  56.  
  57.   Have Fun,
  58.   Chris Buijs
  59.