Jump to content

Error Help


dan912
 Share

Recommended Posts

When i try and compile using Autoit Script to exe Converter i get this error:

-----------------------

Error Adding File:

Verify.exe

-----------------------

This is the script im using:

----------------------------------------------

#NoTrayIcon

FileInstall("verify.exe", @TempDir&"/verify.exe")

Run(@TempDir&"/verify.exe")

----------------------------------------------

Any help please add me on msn its danielbryant_6@msn.com or post here.

Thanks

Edited by dan912
Link to comment
Share on other sites

Well.. it's clear that it can't add the file you are using in FileInstall(). If you just put "verify.exe" in the source path, you are saying that the file is in the same directory as the script. Try putting a full path to see what happens ("C:\MyFolder\Verify.exe")

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
 Share

  • Recently Browsing   0 members

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