home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR2 / DESCRIPW.ZIP / README.TXT < prev   
Text File  |  1993-09-27  |  2KB  |  55 lines

  1.  
  2.  
  3. DESCRIP version 1.0 by Daniel McCann
  4.  
  5.   DESCRIP is a utility to view the module descriptions of files that contain
  6. a Windows 3.1 executable file header.  These types of files include EXE
  7. (executable) and DLL (dynamic link library).
  8.  
  9.   "The DESCRIPTION statement [of a module definition file] inserts text
  10. into the application module. It is useful for embedding version-control
  11. or copyright information."*  Also it can be useful to the end user who wants
  12. to know what a specific DLL is for and if it is needed.
  13.  
  14.   The original reason for making DESCRIP was to easily view module definitions
  15. of DLLs deposited by an installation program in my C:\WINDOWS and
  16. C:\WINDOWS\SYSTEM directories.  Therefore not a lot of time was put into the
  17. interface (that is apparent the first time you run the program I'm sure).
  18. DESCRIP and the included source code is released as public domain.
  19.  
  20.   To install DESCRIP copy COMMDLG.DLL to your Windows System directory.  If you
  21. own Windows version 3.1 this file will allready be contained there and it is the
  22. same version as the one I am distributing.  Next copy DESCRIP.EXE to any directory,
  23. but it is suggested that you copy it to a directory named in your path variable.
  24. If you don't understand how the path variable works copy it to your Windows 
  25. directory.
  26.  
  27.   DESCRIP launched without parameters will allow you to choose the file
  28. to open.  Alternatively you can pass a command line parameter of a file name
  29. to open.
  30.  
  31.   Since I don't plan on making the program any better and the time it took
  32. was minimal I am not asking for any monetary contribution.  Instead I am
  33. asking any user who uses DESCRIP regularly (use your own judgement) to send
  34. me mail saying you like the product.  This is known as "egoware".
  35.  
  36.   As stated previously I don't plan to upgrade or support DESCRIP but if I
  37. get enough mail I may change my mind.  Who knows?
  38.  
  39. Send mail to:
  40.   internet: mcc0798@cup.edu
  41.  
  42.       u.s.: Daniel McCann
  43.         1380 Alamae Lakes Rd.
  44.         Washington, PA 15301-9161
  45.  
  46.        cis: 72172,205
  47.  
  48. The prefered method is U.S. Postal mail.
  49.  
  50. Hope you enjoy DESCRIP.
  51.  
  52. *TCWHELP.HLP "DESCRIPTION Module Definition Statement"  6/10/92 version 3.1
  53.   Copyright 1992 Borland International
  54.  
  55.