home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_BAS / PWBROW.ZIP / README.TXT < prev    next >
Text File  |  1994-01-27  |  4KB  |  103 lines

  1. Welcome to the WINDOWS Magazine Version Browser v1.2!
  2. (c) 1993-1994 WINDOWS Magazine
  3.  
  4. This program allows you to examine the various executable
  5. files on your hard disk, and see the "hidden" version information
  6. contained within many of them.  Depending on the file, you
  7. may be able to tell who wrote it, when, and why.
  8.  
  9. This program is the same as described the "Power Windows" 
  10. columns of the December, 1993 and January, 1994 issues of 
  11. WINDOWS Magazine, with three additions and two changes.  
  12.  
  13.  
  14. Additions
  15. ---------
  16. 1.  The program can now print a report showing the version 
  17.     information of selected files, or of all files in a directory.  
  18. 2.  It remembers the last location of the frmDisp and frmPrint 
  19.     windows and repositions those windows to those locations the 
  20.     next time it runs.  Window position is not saved if window
  21.     is miminized when the program exits.
  22. 3.  It now recogizes *.SCR as an executable file type.
  23.  
  24. Changes
  25. -------
  26. 1.  The EXE file is now named PWBROWSE.EXE.  Some folks reported 
  27.     problems running the program when it was named VER.EXE (perhaps a
  28.     conflict with the DOS VER command), so the named was changed.
  29. 2.  The program can now examine files in the root directory of a disk.
  30.     Prior to version 1.2, only files in subdirectories could be examined.
  31.  
  32.  
  33. This program and its source code can be freely distributed
  34. and used PROVIDED that all copyright notices, and this README.TXT
  35. file are included and not changed.
  36.  
  37. In addition to the files contained in this archive, you must
  38. also have a copy of VBRUN300.DLL in your \WINDOWS\SYSTEM file.
  39. If you do not already have that file, you can download it from
  40. the same online service where you found this archive.  In the
  41. WINDOWS Magazine Online section of AOL, VBRUN300.DLL is in the
  42. "Miscellaneous" section of the WINMAG file library.
  43.  
  44.  
  45. About this archive
  46. ------------------
  47.  
  48. This archive contains the actual program (PWBROWSE.EXE), the file
  49. CMDIALOG.VBX, and all the Visual Basic v3.0 source code and 
  50. other files needed to create PWBROWSE.EXE.
  51.  
  52. If you're not a programmer, or not interested in modifying the
  53. program, delete all files *except* PWBROWSE.EXE and CMDIALOG.VBX.  
  54. They're not needed and just waste disk space.
  55.  
  56.  
  57. Quick Installation
  58. ------------------
  59.  
  60. 1.  Make a directory named C:\WINMAG ("MKDIR C:\WINMAG")
  61.  
  62. 2.  Copy the files PWBROWSE.EXE and CMDIALOG.VBX to C:\WINMAG.
  63.  
  64. 3.  Create a Program Manager icon for PWBROWSE.EXE by opening the folder
  65.     where you'd like the icon to appear, selecting "New" from 
  66.     Program Manager's "File" Menu, selecting "New Program Item", then 
  67.     clicking on the OK button.
  68.  
  69.     In the dialog that follows, make the following entries:
  70.     Description:  WINDOWS Magazine Version Browser
  71.     Command Line:  C:\WINMAG\PWBROWSE.EXE
  72.     Working Directory:  C:\WINMAG
  73.  
  74.     Finally, click on the OK button.
  75.  
  76.  
  77.  
  78. Optional Disk Saving Steps
  79. --------------------------
  80.  
  81. PWBROWSE.EXE makes use of a file named CMDIALOG.VBX, which you may
  82. already have.  If so, you can save disk space by only keeping the
  83. newest copy (yours, or the one that came in this archive).
  84.  
  85. First, determine the date of your copy of CMDIALOG.VBX (if any)
  86. residing in your \WINDOWS\SYSTEM directory. Then compare that date 
  87. to the date of our CMDIALOG.VBX (4-28-93 at 12:00 am).
  88.  
  89. If the copy of CMDIALOG.VBX in your \WINDOWS\SYSTEM directory is as
  90. new or newer, just delete our copy of CMDIALOG.VBX from your hard disk.
  91.  
  92. If the copy of CMDIALOG.VBX in your \WINDOWS\SYSTEM directory is *older* 
  93. than the one in this archive then you have two choices:
  94.  
  95. 1.  Copy our newer CMDIALOG.VBX into your \WINDOWS\SYSTEM directory, 
  96.     replacing your older version.  You can then delete the copy of
  97.     CMDIALOG.VBX in C:\WINMAG.
  98.  
  99. 2.  Or, leave our newer version in the directory with PWBROWSE.EXE, letting
  100.     PWBROWSE.EXE use it but letting your other programs use the older copy
  101.     in \WINDOWS\SYSTEM.
  102.  
  103.