home *** CD-ROM | disk | FTP | other *** search
/ vsiftp.vmssoftware.com / VSIPUBLIC@vsiftp.vmssoftware.com.tar / FREEWARE / FREEWARE40.ZIP / imagetree / freeware_readme.txt next >
Text File  |  1998-12-15  |  955b  |  26 lines

  1. IMAGETREE, BUILD_TOOLS, Display the shareable image dependence tree of an image
  2.  
  3.  
  4. $!
  5. $!  Command procedure to display the shareable image dependence tree for
  6. $!  and executable or shareable image. Works against VAX and Alpha images,
  7. $!  also works on Alpha VESTed images.
  8. $!
  9. $!  Syntax:
  10. $!    @IMAGETREE <imagename> [FULL]
  11. $!
  12. $!  <imagename> is the name of the shareable image, defaults to SYS$SHARE:.EXE
  13. $!
  14. $!  FULL is a flag which directs the procedure to perform a complete tree
  15. $!    traversal. Since the procedure works by parsing ANALYZE/IMAGE output
  16. $!    this can result in excessive processing. The default is to keep track
  17. $!    of images already analysed and display them as "repeat image"
  18. $!
  19. $!  Note that all dependent images must be accessible. The procedure uses
  20. $!  the same algorithm as the image activator to locate images.
  21. $!
  22. $!  Author: ⌐ John Gillings, Digital Customer Support Centre, 23-September-1994
  23. $!
  24. $!  THIS IS UNSUPPORTED SOFTWARE
  25. $!
  26.