Jump to content

error opening...file?


Recommended Posts

here i have this web-based autoit script:

#include <WebApp.au3>
_StartWebApp ()
Run ('"C:\Program Files\Subversion\bin\svn.exe" update "C:\Program Files\Abyss Web Server\htdocs"')
echo ('yay...')

WebApp.au3 is the code for Web-Based AutoIt in my signature...

i get this:

AutoIt Error

Line 0 (File "C:\StdOut"):

Error: Error opening the file

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

any clue why? I am stumped. C:\StdOut doesn't even exist...

Edited by theguy0000

The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN

Link to comment
Share on other sites

And if you run this line from a command prompt?

"C:\Program Files\Subversion\bin\svn.exe" update "C:\Program Files\Abyss Web Server\htdocs"
Link to comment
Share on other sites

Ok, I just figured out that it does that to every auw file in my domain. I must have abyss configured wrong.

Yep, got it figured out, now. I had one of the parameters of AutoIt3.exe as /StdOut instead of /ErrorStdOut, so whenever abyss went to run a script, it tried to run

AutoIt3.exe /StdOut /path/to/script.auw

and AutoIt doesn't recognize /StdOut as a valid parameter, so it assumed that it was a path leading to C:\StdOut so it tried to run C:\StdOut as an autoit script.

Edited by theguy0000

The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN

Link to comment
Share on other sites

Hey sandman, everything works now. same pass as svn.

Edited by theguy0000

The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN

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