home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / newpaper.zip / NEWPAPER.DOC next >
Text File  |  1990-07-28  |  4KB  |  114 lines

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