home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / logogo10.zip / LOGOGO.TXT < prev    next >
Text File  |  1991-03-09  |  7KB  |  150 lines

  1.                         ┌───────────────────┐
  2.                         │    L O G O G O    │
  3.                         │   Ver 1.0  1991   │
  4.                         │   by Dick Koster  │
  5.                         └───────────────────┘
  6.  
  7.     This program is an add-on feature to the already nationally
  8.     acclaimed WINDOWS 3.0 startup procedure developed by Mike Mezaros
  9.     which allows one to insert his own Windows startup screen instead
  10.     of viewing the Microsoft advertisement.
  11.  
  12.     Using his theory and the modified WIN.COM file authored by
  13.     Charles Kistler, this program goes one step further to
  14.     automatically provide a new startup screen each time you run
  15.     windows.
  16.  
  17.     The basic operation is as follows:   A ZIP file called RLE.ZIP
  18.     will contain all your windows startup screen files with a ".RLE"
  19.     extension.
  20.  
  21.     Each time the program runs, it extracts and sorts the RLE files
  22.     into a table.  If no ZIP comment exists, it assumes this is the
  23.     first time you are running it, and it will use the first "sorted"
  24.     file in the table as your "next" startup screen.
  25.  
  26.     The last-used RLE file's name is added to the zip file as a
  27.     "comment".  The file itself is extracted, merged with WINSTUB.COM
  28.     to create a new WIN.COM, and then the extracted RLE file is
  29.     killed from the directory (it remains in the zip file however!)
  30.  
  31.     The next time LOGOGO is run, it will remove the last-file-used
  32.     name from the comment field, find its location in the current
  33.     sorted RLE table, and extract the next one in line (or loop back
  34.     to the top of the list).
  35.  
  36.     To add a new RLE file to the table, merely add it into the zip
  37.     file and wait for its appointed time to appear (since it too will
  38.     be merged into the existing list).
  39.  
  40.     ────────────────────────────────────────────────────────────
  41.  
  42.     Installation Instructions:
  43.  
  44.     1.  Place LOGOGO.EXE and WINSTUB.COM (see below) into your
  45.         windows subdirectory.  (They must go there!)
  46.  
  47.         <Note>
  48.  
  49.         The first time LOGOGO runs, it will look for a file called
  50.         WINCOM.SAV in the default directory.  If it is not found, it
  51.         will copy your WIN.COM file to WINCOM.SAV for safe keeping.
  52.         It is your "WIN.COM" file which will be altered each time you
  53.         run this routine so that the new startup screen will load.
  54.         You may copy your original WIN.COM file somewhere else as
  55.         well for safe keeping if you so desire, but it must be done
  56.         prior to running LOGOGO!
  57.  
  58.     2.  Place the RLE.ZIP file in any desired subdirectory.  The
  59.         internal default subdirectory is \WINDOWS\RLE\ and unless
  60.         otherwise specified, this is where the program will look for
  61.         the RLE.ZIP file.  You may use another subdirectory by
  62.         placing it on the command line as follows:
  63.  
  64.                       LOGOGO \win30\other\
  65.  
  66.     3.  Before starting windows, either in your windows startup batch
  67.         or AUTOEXEC.BAT file, execute this program.  Then run
  68.         windows.
  69.  
  70.                ──────────────────────────────────────────────
  71.  
  72.     The WINSTUB.COM file was created using the criteria listed below
  73.     and was authored by Charles Kistler (CompuServe 72137,775).
  74.  
  75.     I created this file myself and it works fine.  I was going to
  76.     include it as well since it is only 4K long and would save the
  77.     more squeamish an agonizing ordeal.  I don't know about the
  78.     ethics involved, but LOGOGO is "free", and one cannot use the
  79.     WINSTUB.COM file alone without the entire WINDOWS 3.0 package
  80.     anyways!  But discretion being the better avenue to take,
  81.     especially when depriving a large outfit like MicroSoft their
  82.     advertising dues, I decided to pass along the procedure for
  83.     creating WINSTUB.COM from WIN.COM.  It is really very simple.
  84.     Try it.  You'll like it!  Just save WIN.COM first and give it a
  85.     go!
  86.  
  87.        ┌────────────────────────────────────────────────────────┐
  88.        │  This is the method Mr. Kistler used along with DEBUG. │
  89.        └────────────────────────────────────────────────────────┘
  90.  
  91.      1. Get into your directory that has WIN.COM.
  92.  
  93.      2. Copy WIN.COM to WINSTUB.COM
  94.  
  95.      3. Load WINSTUB.COM into DEBUG : DEBUG WINSTUB.COM [ENTER]
  96.  
  97.      4. Type RCX [ENTER]
  98.  
  99.      5. Type 11E0 [ENTER]   (VERY IMPORTANT!)
  100.  
  101.      6. Type W [ENTER]
  102.  
  103.      7. Type Q [ENTER]
  104.  
  105.      8. Now, you have a file named WINSTUB.COM.
  106.  
  107.                ───────────────────────────────────────────────
  108.  
  109.     If you are a WALLBLASTER user, see WBAUTOxx.ZIP for another
  110.     routine to use multiple zip wallpaper files.  Each time Windows
  111.     is run, it will select a new zip file (containing up to six
  112.     different wallpapers which is the non-commercial WALLBLASTER
  113.     default).
  114.  
  115.                ───────────────────────────────────────────────
  116.  
  117.     One further note:  When this program runs it will place a version
  118.     and author acknowledgment on the screen.  Very small but vanity
  119.     has its place.  On the other hand, this is exactly what we are
  120.     trying to overcome....advertisements while loading software!
  121.     Hence this too can be removed if you so desire.  Merely place the
  122.     "shutoff" parameter on the command line as follows:
  123.  
  124.                       LOGOGO /a
  125.  
  126.     If you also are including a path to your RLE.ZIP file on the
  127.     command line, be sure that the shutoff parameter is "first",
  128.     directly following LOGOGO!
  129.  
  130.                       LOGOGO /a \win30\other
  131.  
  132.     If there are any questions or comments, my address is below.  I
  133.     again wish to thank Mr. Mezaros and Mr. Kistler for their initial
  134.     ingenuity!
  135.  
  136.                              Dick Koster
  137.                           35 Guinevere Road
  138.                          N. Easton, MA 02356
  139.                        (CompuServe 72627,1670)
  140.  
  141.  ╔═══════════════════════════════════════════════════════════════╗
  142.  ║                                                               ║
  143.  ║                    LIMIT OF LIABILITY                         ║
  144.  ║                    ──────────────────                         ║
  145.  ║      The author disclaims all warranties, expressed or        ║
  146.  ║ implied and assumes no liability for damages either from its  ║
  147.  ║ direct use or as a consequence of its use.  Have you hugged   ║
  148.  ║ your backup today?                                            ║
  149.  ║                                                               ║
  150.  ╚═══════════════════════════════════════════════════════════════╝