home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 15a / murutil.zip / UPDATE.DOC < prev    next >
Text File  |  1986-06-03  |  2KB  |  58 lines

  1.                               U P D A T E
  2.  
  3.  
  4.      Update is a utility which copies the most recent versions of  files
  5. to selected disks or directories.   Update  consists  of  the  following
  6. three files: UPDAT.COM, UPDATE.BAT and UPDKILL.BAT.  These files  should
  7. be in your default directory or available in a utility directory pointed
  8. to by a PATH.  (e.g.  PATH=C: ;C: UTIL) 
  9.  
  10.      Suppose that you want to copy the most recent versions of the BASIC
  11. programs in your current directory to the disk in Drive A:.  To do this,
  12. simply enter "UPDATE *.BAS A:".  UPDATE.BAT generates a  directory  file
  13. (SRS.DIR) of the BASIC programs in your default directory and a  direct-
  14. ory file (TAR.DIR) of all of the files on the disk in Drive A:.  It then
  15. calls UPDAT to read these directory files, select which files need to be
  16. copied and generate a batch file (UPD.BAT) to  do  the  actual  copying.
  17. (The last command in UPD.BAT is a  call  to  UPDKILL.BAT  which  deletes
  18. UPD.BAT.)   UPDATE.BAT then calls UPD.BAT to copy the files  and  delete
  19. itself.  
  20.  
  21.      Update generates the copy commands in alphabetic  order.    If  you
  22. want to copy all your local files to a blank disk in drive A:, you  sim-
  23. ply enter "UPDATE *.* A:".  Similarly, if you want to do  an  alphabetic
  24. copy of the files from Drive A: to Drive B:  (assuming  no  subdirector-
  25. ies), you enter "UPDATE A: B:".  
  26.  
  27.      Update uses the following rules to select files to be  copied:  (1)
  28. Files with no file extension are assumed to be directory files  and  are
  29. NOT copied;  (2) Files with an extension starting with a "~" are assumed
  30. to be Norton Editor backup files and are NOT copied;  (3) Files found in
  31. the source directory, but not in the target directory, are copied;   (4)
  32. For files found on both the source directory the target  directory,  the
  33. creation dates and times are compared and only the newer files are  cop-
  34. ied to the target directory.  
  35.  
  36.  
  37. Harry M. Murphy, Consultant
  38. 3912 Hilton Avenue, NE
  39. Albuquerque, NM  87110
  40. 3 June 1986
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.