Jump to content

Recommended Posts

Posted (edited)

Hey. A script I found has this line.

RunWait(@ScriptDir & "\pvw32con.exe " & '"' & $s_path & '"' & " -w --oo " & '"' & @WindowsDir & "\xwall.bmp" & '"', @ScriptDir, @SW_HIDE)

when I try and run it, I get this error

C:\Documents and Settings\HP_Administrator\Desktop\wall changer.au3 (85) : ==> Unable to execute the external program.: 
RunWait(@ScriptDir & "\pvw32con.exe " & '"' & $s_path & '"' & " -w --oo " & '"' & @WindowsDir & "\xwall.bmp" & '"', @ScriptDir, @SW_HIDE) 
The system cannot find the file specified.

so does anybody know what pvw32con.exe is or a way to convert a .jpg file into a .bmp file. I didn't write the origional script and I want the conversion to be automated so don't tell me to open it in paint and then save it as a bpm please. Thanks for some help.

EDIT: I googled the file I was missing and found it. It now works.

Edited by Kyler Carlson
Posted

i'm looking for more of an automated way to do it with autoit though rather than manually opening it and saving it as a bmp because thats kind of impractical to do with potentially over 100 pictures

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...