Jump to content

Recommended Posts

Posted

New to autoit, and tried to run a simple script, any time I test a script I get this output in my console:

>"C:\Program Files (x86)\AutoIt3\SciTE\..\AutoIt3.exe" "C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /run /prod /ErrorStdOut /in "C:\Users\Hunter\Desktop\Collect.au3" /UserParams    
>The system cannot find the file specified.

this has happened with any script ive tried but as an example it happened with this:

Global $first, $seccond, $third
$first = 100
$seccond = 150
$third = $seccond - $first
MsgBox(0, "Title". $third)

Ive tried reinstalling the newest version of autoit and scite twice, with the same results, using standard installation, ive tried running both the x64 and x86 version.

my system specs are:
Intel Xeon CPU E3-1225 v5 @ 3.30Hhz

64 bit windows 7 professional

8gb  of ram

Any Help would be appreciated

  • Moderators
Posted

@Comrade welcome to the forum. Have you tried disabling AV? It seems like it may be stripping the file before it can run. I can confirm that your script as posted works just fine for me.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

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