home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2002 June / maximum-cd-2002-06.iso / Software / Apps / Winbatch / wb34i02b.exe / 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.