home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 / Chip_Hitware_Vol_06.iso / chiphit6 / tools / 95logogo / lgo95u10.txt < prev    next >
Text File  |  1996-04-26  |  10KB  |  207 lines

  1.                              L O G O G O 9 5
  2.                             Ver 1.0  04/26/96
  3.                         for use with PKZIP/PKUNZIP
  4.                           Versions 1.1 or  2.04g
  5.                               by Dick Koster
  6.  
  7.     This program provides a procedure whereby the Microsoft Windows 95
  8. startup logo may be replaced by a graphic of your choosing.  It  goes one
  9. step further, however, to  automatically  provide a new startup screen each
  10. time you start Windows 95.
  11.  
  12.                               Basic Operation:
  13.  
  14.         You create a ZIP file called L95.ZIP (or use the enclosed sample)
  15. to contain all your windows startup screen files.  Each time LOGOGO95
  16. runs, it extracts and sorts the filenames into a table and picks the next
  17. file to extract and prepare fo r display.
  18.  
  19.                       What are the startup files like?
  20.  
  21.         Windows 95 allows for a full 640x480x256 color graphic for display.
  22. But as you all know, Microsoft doesn't want to make anything easy for
  23. anybody!  So they made their "startup display routine" only accept the
  24. above dimensioned picture file w hich has been subsequently "resized" to
  25. 320x400x256.  Nice show, Bill!  And this is not even a 1:1 scaled down size
  26. from the original.  If it were scaled, it would be 320x239x256 in size.
  27.  
  28.         Nevertheless, when the stored graphic of 320x400x256  is "up-sized"
  29. and displayed at startup time, some distortion appears.  (Next time you
  30. boot Windows 95 with its "sky" startup screen, pause the screen via the
  31. pause key [space-bar to contin ue] and take a good look at it....kaka!).
  32. What I've found, however, is that some pictures will convert nicely (like
  33. CHEETA and REDFOXES in the enclosed file).  Others exhibit only mild
  34. distortion (3DOGS) while still others convert terribly (ASTRON).  Hence it
  35. is a matter of trial and error.
  36.  
  37.         Most will exhibit "mild" distortion but they are still nice for
  38. startup screens.  It is obvious that Microsoft didn't want anything but
  39. their lousy "clouds" greeting you each and every Windows session!  Mos t of
  40. the files will convert with some minor distortion and if you can live with
  41. this, then you might want to try others as well.  But if you are a purist
  42. at heart, forget LOGOGO and go with the "clouds"!  Logogo for Windows 3.1
  43. had to live with 16-co lor graphics; now it is purposely distorted 256-
  44. color pictures.  Oh well......
  45.  
  46.         If you have a great  color picture and it is NOT 640x480x256, then
  47. you must convert the picture before Windows 95 will display it.
  48.  
  49. The color depth must first be increased (or decreased) to 256 colors.
  50. The picture size must be adjusted to 640x480.
  51. The final 640x480x256 must then be resized to 320x400.
  52.  
  53.         The above antics can be performed in the BMP format in most popular
  54. paint/edit programs.  Paint Shop Pro for Windows 95 will perform all these
  55. operations easily.  (Converting the color depth to 16 million colors and
  56. "resampling" instead of "r esizing" doesn't do much for the resulting
  57. picture quality either, sad to say).
  58.  
  59.         In order to isolate the compressed 320x400 files from similarly
  60. named 640x480 files, I chose to store the compressed files in the Zip file
  61. under an L95"  extension.  Since LOGOGO95 unzips, copies, then deletes the
  62. unzipped file, I felt it wou ld be safer not to have them with a BMP
  63. extension too.  If you create your own startup screens, do all your work in
  64. BMP format.  Then rename to *.L95 just before including them in the L95.ZIP
  65. file.
  66.  
  67.         To view these files in your favorite graphics program, unzip them
  68. into a separate subdirectory.  Each diskette will require several megabytes
  69. of space to handle the unzipped files.   Your viewing program may recognize
  70. that the files are reall y BMP format even though the file extension is
  71. L95.  If so, you're all set.  Otherwise, you will have to rename them to
  72. the BMP extension.  When viewed, they will appear "squeezed-in" from the
  73. sides, but this is what the Windows 95 startup display ro utine expects.
  74.  
  75.                          Installation Instructions:
  76.  
  77.         Although there is no cutesy Windows "install" routine, all the
  78. steps below can be performed with Windows 95 running:
  79.  
  80.         Place LOGOGO95.EXE into any old subdirectory you desire (preferably
  81. NOT  your Windows subdirectory however!).  It would be best to create a new
  82. subdirectory such as C:\LOGO95\ or some such animal.
  83.  
  84.         Place the L95.ZIP picture file in this same subdirectory.    (It
  85. must go there!)
  86.  
  87.         You will need access to PKZIP and PKUNZIP as well.  If they are not
  88. in the subdirectory with LOGOGO95, then their locations must be added to
  89. your active PATH statement!  This is very important; if LOGOGO cannot find
  90. these two programs, it wil l not work!
  91.  
  92.         Add the following two lines to your AUTOEXEC.BAT file in the ROOT
  93. directory using WordPad.
  94.  
  95.                                  CD\LOGO95
  96.                                 LOGOGO95.EXE
  97.  
  98.         NOTE:
  99.  
  100.                 Do not  condense the above two lines as follows:
  101.  
  102.                              C:\LOGO95\LOGOGO95
  103.  
  104.                 It will not be able to find the L95.ZIP file!
  105.  
  106.         There won't be much in this AUTOEXEC.BAT file; it is for
  107. interfacing with the new Windows 95 operating system.  However, you can add
  108. the location of PKZIP and PKUNZIP to the PATH statement here as well
  109.  
  110.                           Command-Line Parameters
  111.  
  112.         To obtain "help" on command-line parameters, include either
  113. parameter when running LOGOGO.  The program will not execute anything else
  114. other than the "help" display:
  115.  
  116.             LOGOGO95  /H            or              LOGOGO95  /?
  117.  
  118.         If the program is not functioning properly, include the "keep"
  119. command-line parameter:
  120.  
  121.                                 LOGOGO95  /K
  122.  
  123.         All calls to PKZIP, PKUNZIP, and the commands used to make those
  124. calls are recorded in the files below when the /K parameter is invoked.
  125. These files will be removed automatically when LOGOGO is subsequently
  126. executed without the /k parameter.
  127.  
  128.                           TEMP.$$0  thru  TEMP.$$5
  129.  
  130. *       The TEMP.$$5 shows the command structures executed within LOGOGO
  131. and can usually pinpoint the problem area.
  132.  
  133.         Finally, to restore the original Windows 95 startup screen, execute
  134. LOGOGO at the DOS prompt including the following command-line parameter:
  135.  
  136.                                 LOGOGO95 /R
  137.  
  138.         The command-line parameters can be either upper or lower case.  A
  139. space is required between the program name and each command-line parameter.
  140.  
  141.                              The First Time...
  142.  
  143.         The first time you boot Windows 95 and LOGOGO runs, it will setup
  144. the logo display file for the next Windows boot.   So don't be alarmed if
  145. the old logo pops up immediately after LOGOGO installation.  We gotta "kick
  146. start" this version; see h ow far we've come with Windows 95?
  147.  
  148.                           Yeah, here it comes.....
  149.  
  150.         When this program runs it will place a version and author
  151. acknowledgment on the screen.  Very small, but vanity has its place.  If
  152. you register   the program for the paltry sum of $6.95, (see non-USA rates
  153. below) you will receive a modified p rogram which eliminates this vanity
  154. window.
  155.  
  156.         The unregistered version allows for up to 10 startup screens; 6 are
  157. provided as examples.  The registered version allows for up to 300 screens
  158. in the zip file.  It also includes one (1) extra screen ZIP file with
  159. anywhere from 20-30 extra screens (the number per disk is determined by the
  160. compression factor of each file when written to the floppy).
  161.  
  162.         Additional screen disks (in addition to the one included with the
  163. basic registration) can be ordered at registration time for $1.50 each to
  164. cover the cost of diskette, postage, and handling.  They will come on
  165. 1.44mb 3.5" floppy unless otherwise specified.  At this time, there are 3
  166. additional diskettes available with 20-30 screens each.   Order the
  167. complete package (4-disks) for $10.00 (USA) or $12.00 (all others).
  168.  
  169.  
  170.                                                        USA        ALL
  171.                                                        Only      Others
  172.                                                       ******     ******
  173. Std Registration Donation (incl. 1-screen disk)        $6.95      $7.95
  174. Extra screen disks,  postage & handling                $1.50 ea.  $2.00 ea.
  175.  
  176. All four (4) diskettes                                $10.00     $12.00
  177.  
  178.             Forward any questions, comments or registration to:
  179.  
  180.                                 Dick Koster
  181.                              35 Guinevere Road
  182.                             N. Easton, MA 02356
  183.  
  184.                                  INTERNET:
  185.                          72627.1670@CompuServe.com
  186.                               FatRhino@aol.com
  187.  
  188.                                  Problems?
  189.  
  190. If there are any problems in the installation or running of LOGOGO95,
  191. please let me know at the above address or leave a message on CompuServe or
  192. America Online.  Please enclose a copy of your autoexec.bat  and config.sys
  193. files as well a directory l isting of the subdirectory in which you placed
  194. LOGOGO95.EXE , L95.ZIP, and PKZIP/PKUNZIP.  Any information on the hardware
  195. itself may also be useful.
  196.  
  197.                             LIMIT OF LIABILITY:
  198.  
  199. The author disclaims all warranties, expressed or implied, and assumes no
  200. liability for damages either from its direct use or as a consequence of its
  201. use.
  202.  
  203.                              REVISION HISTORY:
  204.  
  205.                                     None
  206.  
  207.