double bangs in popup menu Thread last updated on 2004-07-25 18:38:51

Posted by member 181416 on 2004-07-25 14:22:23

Hi, I have a module called variousbangs.dll that i got from loose screws. I have used it to make a popup folder called "wallpapers" in which all my fav walls are listed. So all of the lines in the wallpaper folder in popup.rc look like this:

*Popup "wall" !setwallpaper c:\walls\wall.bmp

..and it works fine. However, sometimes the wallpapers load funny and I have to recycle, which fixes the problem. Is there anyway to put a !recycle command in these lines so it will recycle after loading a wall?

Posted by member 103254 on 2004-07-25 17:52:27 link

!exec [!setwallpaper c:\walls\wall.bmp] [!recycle]

Posted by member 181416 on 2004-07-25 18:38:51 link

Alright thx funky, changed exec to execute and it worked like a charm