home *** CD-ROM | disk | FTP | other *** search
/ America's Premier Sharewa…& Public Domain Software / Americas_Premiere_Shareware_for_1993.iso / wallpapr / newpaper.doc < prev    next >
Text File  |  1992-09-18  |  4KB  |  131 lines

  1.  
  2.                                 NEWPAPER
  3.  
  4.  
  5. VERSION HISTORY:
  6.  
  7.     Version 1.0  created 7/28/90
  8.         The original
  9.     Version 1.05 created 7/29/90
  10.         Eliminated the brief icon flash at program startup
  11.     Version 1.1  created 7/30/90
  12.         Makes automatic choice of tiled or un-tiled wallpaper
  13.  
  14.  
  15. IT'S TOTALLY FREE
  16.  
  17.     Here's a new program from Jim Button. It's the best kind; it's free! No
  18.     obligation, and no strings attached!  I donate it to the public domain.
  19.     I hope you like it. It sure is useful to me.
  20.  
  21.  
  22. WHAT IT DOES
  23.  
  24.     It changes your desktop wallpaper for you each time you run windows.
  25.     So, you can have several wallpaper files in your windows subdirectory.
  26.     Each time you run windows, a different wallpaper will be selected.
  27.  
  28.  
  29. REQUIREMENTS
  30.  
  31.     NEWPAPER requires WINDOWS 3.0 or later and one or more BMP files
  32.     (to use as wallpaper) in your WINDOWS subdirectory.
  33.  
  34.  
  35. HOW TO INSTALL IT
  36.  
  37.     First, copy the program NEWPAPER.EXE into your WINDOWS subdirectory.
  38.  
  39.     Then use a text editor to change the WIN.INI file in your WINDOWS
  40.     subdirectory. (Make sure that your WIN.INI file gets saved back in
  41.     ASCII format when you're finished.)
  42.  
  43.     Inside your WIN.INI file, you should find a line that looks like this:
  44.  
  45.        [windows]
  46.  
  47.     Somewhere in the next few lines that follow the [windows] section, you
  48.     should find a line that starts out like this:
  49.  
  50.        load=
  51.  
  52.     There may be some file names following the load= text, for example
  53.  
  54.        load=eyes.exe
  55.  
  56.     If you don't find a load= line, add one.
  57.     Add the statement NEWPAPER.EXE to the load= line.
  58.     Here are some sample load= lines...
  59.  
  60.        load=newpaper.exe
  61.        load=eyes.exe blanker.exe newpaper.exe
  62.  
  63.     Notice that you must have a space between all the programs listed on
  64.     the load= line.
  65.  
  66.  
  67. HOW TO USE IT
  68.  
  69.     This is the easy part. After you've installed NEWPAPER.EXE, just
  70.     run windows. There's nothing else to do. Every time you run
  71.     windows, you should get a different desktop wallpaper.
  72.  
  73.     You can fill your windows subdirectory with as many bitmap files as
  74.     you like. (These are file names that end with the suffix ".BMP").
  75.  
  76.     NOTE: NEWPAPER doesn't actually change the wallpaper you are
  77.     looking at. It lets WINDOWS do that.  So, if you run NEWPAPER from
  78.     your desktop, you will not see a change in your wallpaper.  The
  79.     wallpaper will not get changed until the next time WINDOWS starts
  80.     up.
  81.  
  82.  
  83. HOW IT WORKS
  84.  
  85.     NEWPAPER changes your WIN.INI file each time it runs. There is a
  86.     line inside of WIN.INI that says "Wallpaper=", followed by the name of
  87.     a bitmap file. NEWPAPER just looks at all the bitmap files in your
  88.     windows subdirectory, and changes the "Wallpaper=" line to point to a
  89.     new bitmap file. Which new bitmap file? The next one in your windows
  90.     subdirectory. After it gets to the last one, it will start again at the
  91.     top.
  92.  
  93.     This version (1.1) of NEWPAPER also makes a decision about whether
  94.     to put your wallpaper up "tiled" or un-tiled.  To do this, it looks
  95.     at the size of the BMP file.  If the BMP file is less than 100K, it
  96.     uses tiled wallpaper. Otherwise it uses un-tiled wallpaper.
  97.  
  98.     The program only runs for a brief instant when WINDOWS starts up. Then
  99.     it goes away.  So it doesn't waste any memory or CPU cycles after it
  100.     has done its work.
  101.  
  102.  
  103.  
  104. CAUTION
  105.  
  106.     You use this program at your own risk.  While I have tested it, I
  107.     have not tested it FORMALLY (with a team of beta testers).
  108.     I've tested it extensively myself, and many ButtonWare employees
  109.     also use it regularly.
  110.  
  111.  
  112.  
  113. ADDENDUM
  114.  
  115.     Yes, I co-invented the Shareware concept.  But simple, easy to create
  116.     utility programs like this should be donated to the public domain.
  117.     After all, it only took me two hours to create this little gem. And
  118.     it wasn't two hours of lost time... I learned more about WINDOWS
  119.     programming in the process.  So please enjoy!
  120.  
  121.     Isn't WINDOWS fun?  Suddenly, computing in the DOS world is exciting
  122.     again!
  123.  
  124.  
  125.  
  126.  
  127.     Jim Button
  128.  
  129.     Aug 2, 1990
  130.  
  131.