home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / m / msh_ut11.zip / WHATSNEW.TXT < prev    next >
Text File  |  1992-05-10  |  910b  |  20 lines

  1. Changes to rm.pas:
  2.   - supports flags "f" and "r":
  3.     "f" = don't ask any questions (DANGEROUS)
  4.     "r" = delete directories (ask for confirmation, if no "-f")
  5. So "rm -rf" is deadly, BEWARE!!!
  6. -------------------------------------------------------------------
  7. Changes to cp.pas:
  8.   - checks if drive is ready or write-protected
  9.   - allows formatting of drive a:/b: if disk isn't formatted
  10.     (you can force this with flag "-z")
  11. -------------------------------------------------------------------
  12. Changes to mv.pas:
  13.   - checks if drive is ready or write-protected
  14.   - renames files instead of copying if source and destination
  15.     are on same drive (faster than copying) [Well almost ever]
  16.   - allows formatting of drive a:/b: if disk isn't formatted
  17.     (you can force this with flag "-z")
  18. -------------------------------------------------------------------
  19. Additional scripts for MiShell
  20.