home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / sharewar / winbatch / winbatch.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.