Jump to content

Wpi and Autoit


Recommended Posts

Trying to install a program and copy a file to desktop and it's working but when I put the compiled script in WPI

the install runs fine but the file does not get copied to desktop. Anyone has an idea how to fix that?

Is there another way to copy the file to the desktop? I'm using the WPI 8.22 version

Thanks

Here's the script

;Edukleuter

RunWait("Edukleuter.exe /SILENT /SUPPRESSMSGBOXES /NORESTART /SP-")

sleep (500)

FileCopy("Edukleuters.lnk", @DesktopDir)

Edited by dannyict
Link to comment
Share on other sites


Kelsenellenelvian thanks that worked great :)

Now I got another question if you don't mind?

I'm trying to delete a folder from the desktop and used

{DELDIR} "%allusersprofile%\\desktop\\folder"

Did not work, I can't see a where my fault is. Any suggestions?

Edited by dannyict
Link to comment
Share on other sites

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...