home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / randbmp.zip / RANDBMP.DOC < prev    next >
Text File  |  1990-04-10  |  2KB  |  49 lines

  1.  
  2. RandBMP - Jeffrey S. Morley
  3.           U.S. Sprint Corporation
  4.           April 10, 1990
  5.           Public Domain
  6.  
  7. This little program will allow you to have a random .BMP file used as the
  8. background in MicroSoft Windows 3.0 each time you start Windows.  To use:
  9.  
  10. Create a text file with any plain ASCII editor containing the name of
  11. the .BMP files you wish to select from.  The file must be called BMP.LST,
  12. and must be in the following format:
  13.  
  14. C:\WINDOWS\ASTRO.BMP
  15. C:\WINDOWS\CHEETAH.BMP
  16. C:\WINDOWS\FROG.BMP
  17. C:\WINDOWS\HALFDOME.BMP
  18. C:\WINDOWS\LAKE.BMP
  19. C:\WINDOWS\MITRE.BMP
  20. C:\WINDOWS\NAGEL18.BMP
  21. C:\WINDOWS\SHUTTLE2.BMP
  22.  
  23. You can replace the path with the actual path in which you keep Windows 3.0.
  24.  
  25. Place the BMP.LST file, RANDBMP.EXE and all .BMP files in your Windows 
  26. directory.  You should then create a batch file to run Windows, with
  27. the following:
  28.  
  29. @ECHO OFF
  30. C:
  31. CD\WINDOWS
  32. RANDBMP
  33. WIN
  34.  
  35. This batch file can be called anything you like.  I actually renamed
  36. my WIN.COM file to WINSTART.COM and called this batch file WIN.BAT
  37. (replacing the line WIN with WINSTART).  This caused me less confusion
  38. in the long run.
  39.  
  40. When executed, it will copy one (at random) of your .BMP files over to a new 
  41. .BMP file called BGRD.BMP.  This is the entry you should put in DeskTop 
  42. under the Control Panel program in the Main group.
  43.  
  44. Now every time you run Windows, you will be greeted by a different
  45. background screen.  Obviously, the more .BMP files you have available,
  46. the more variety you will get.
  47.  
  48. RandBMP is written in MicroSoft QuickBasic version 4.5.
  49.