home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / open / unprtc.lzh / VCOPY.DOC < prev    next >
Text File  |  1989-04-18  |  2KB  |  128 lines

  1.  
  2.  
  3.                    VeriCopy
  4.  
  5.                   Version 1.0
  6.  
  7.                    Author: F. Pertuz
  8.  
  9.  
  10.  
  11.      VeriCopy is a file copy utility that prompts the user to confirm
  12.  
  13.      whether a file should be copied or not.  It's use is similiar to
  14.  
  15.      the DOS Copy command for copying files without appending or
  16.  
  17.      concatenating them.
  18.  
  19.  
  20.  
  21.      COMMAND FORMAT
  22.  
  23.  
  24.  
  25.         VCOPY  filespec1  [filespec2]
  26.  
  27.  
  28.  
  29.         Will copy from filepec1 to filespec2 (optional)
  30.  
  31.  
  32.  
  33.         filespec1 - May be any valid file specification with orwtu
  34.         wldcard" searches.  Partial matches are accepted.
  35.  
  36.  
  37.  
  38.         filsec2 - May contain a new file name or extension or bt.        ata matches are not accepted for the output
  39.  
  40.             file, therefore, a "wildcard" chracter (* or ?) in
  41.  
  42.             a fienm r extension will imply that the entire
  43.  
  44.             field (nm rextension) is "wild". If filespec2
  45.  
  46.             is not spcfe, the default drive will be asumed.
  47.  
  48.  
  49.  
  50.         Pat ae re not supported, VCOPY will only copy to and frm
  51.   h urrent directories.
  52.  
  53.  
  54.  
  55.  
  56.  
  57.      When the program is loaded, the olowing prompt will pear:
  58.     Ps  ocp, Nto skip, Esc to stop
  59.  
  60.  
  61.  
  62.         Copy S:XXXXXXXX.AAA to D:YYYYYYY.BBB ?
  63.  
  64.  
  65.  
  66.      If yuwish to cp esYo y, if you wish to end the program
  67.  
  68.      esh sae key, if you wish to not copy the file and go on
  69.  
  70.      ttenxt, press N or any other key.
  71.  
  72.  
  73.  
  74.  
  75.  
  76.      MESSAGES
  77.  
  78.  
  79.  
  80.      The  olwng messages may appear during execto
  81.  
  82.  
  83.   Iai driv()scfe  ndicates that one of the filespecs
  84.  
  85.                     orbhcnaned an illegal drive
  86.  
  87.                     specifier.
  88.  
  89.  
  90.  
  91.         No flsfund - indicates that no mathcin ie ere found in
  92.           o ilespec1.
  93.  
  94.  
  95.  
  96.         No room in directory - indicates that ete the target
  97.  
  98.          drcoy is full or the diskette is
  99.  
  100.                    write protected.
  101.  
  102.       nable to write - indicates that th iedoes not fit in the
  103.  
  104.            arget diskette
  105.  
  106.  
  107.  
  108.         Cannot copy file onto itself - indctsthat the source an
  109.           agt drives are the same and
  110.  
  111.                        that the target file i he file
  112.  
  113.                        itself.
  114.  
  115.  
  116.  
  117.        OE:
  118.  
  119.  
  120.         Vericopy will use all the meoyaailable to attmtora
  121.        thetr nput file and then write it, if it does not fit, it
  122.  
  123.    will perform the copy in as many cycles as may be necesary.
  124.  
  125.    Output files will be stamped with the same date of the inpu
  126.       file, however, te time stamped will be the current time.
  127.  
  128.