home *** CD-ROM | disk | FTP | other *** search
/ How Computers Work (Alt) / HowComputersWork.iso / 3rdParty / Wilson / BMP.MN_ < prev    next >
Encoding:
Text File  |  2001-02-27  |  398 b   |  12 lines

  1. ; Menu file for bmp extension
  2.  
  3. Set as Wallpaper ; Make this BMP file your new background wallpaper
  4.  Tiled           ; Make BMP file your tiled background
  5.         WallPaper(CurrFilePath(),@TRUE)
  6.  Centered        ; Make BMP file your centered background
  7.         WallPaper(CurrFilePath(),@FALSE)
  8.  Stretched       ; Make BMP file your entire background
  9.         WallPaper(CurrFilePath(),2)
  10.  
  11.  
  12.