in reply to Re: Refreshing Windows desktop
in thread Refreshing Windows desktop

the code doesnt work cannot load win32/api.pm @inc contains e;\perl\lib (ect ect) E: is where perl is and D: is where winnt is... i changed of course the obvious c: to d: in your code....

Replies are listed 'Best First'.
Re: Re: Re: Refreshing Windows desktop
by RhetTbull (Curate) on Apr 11, 2001 at 05:53 UTC
    Did you install the Win32::API module? If you're using ActiveState perl you can use ppm to install it. I don't recall the exact syntax but I think you can do something like:

    c:\>ppm PPM> install Win32::API PPM> quit
    You could also look here.