home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: WPS_PM / WPS_PM.zip / backgnd2.zip / readme < prev    next >
Text File  |  1995-01-22  |  2KB  |  47 lines

  1. ReadMe for the BackGrnd Utility:
  2. --------------------------------
  3.  
  4. This is an example program that shows how to load a bitmap to the desktop
  5. background. The bitmap will be displayed tiled. If you want to have the
  6. bitmap displayed scaled or centered you have to change the settings for
  7. the desktop after loading the bitmap or load an already scaled or centered
  8. bitmap.
  9.  
  10. Usage: backgrnd [<filename>]
  11.  
  12.        Load the specified OS/2 bitmap file to the desktop background.
  13.        If <filename> is omitted, the current background image will be
  14.        removed.
  15.  
  16.  
  17. The LoadBack Batch File:
  18. ------------------------
  19.  
  20. Usage: loadback <directory>
  21.  
  22.        Select a random gzipped bitmap file (extension .bmp.gz) from the
  23.        specified directory, gunzip it to a tempory file, load the temporary
  24.        file into the background and delete the temporary file.
  25.  
  26.        loadback requires 4OS/2.
  27.  
  28.  
  29. The WallPapr REXX-Script:
  30. -------------------------
  31.  
  32. Usage: wallpapr <directory> <filename> [delete]
  33.  
  34.        Select a random gzipped bitmap file (extension .bmp.gz) from the
  35.        specified directory or a random subdirectory of this directory,
  36.        gunzip it to the specified temporary file in this directory,
  37.        load the temporary file into the background and delete the temporary
  38.        file, if the third parameter is Y.
  39.  
  40.        wallpapr requires REXX (normally installed with OS/2).
  41.        wallpapr.cmd was written by Chris Ingram. A small change was
  42.        made by Johannes Martin.
  43.  
  44. backgrnd.c and loadback.cmd are hereby donated to the public domain.
  45.  
  46. Johannes Martin    ---   jmartin@goofy.zdv.uni-mainz.de
  47.