theguy0000 Posted April 20, 2007 Posted April 20, 2007 (edited) 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 ErrorLine 0 (File "C:\StdOut"):Error: Error opening the file--------------------------------any clue why? I am stumped. C:\StdOut doesn't even exist... Edited April 20, 2007 by theguy0000 The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
Uten Posted April 20, 2007 Posted April 20, 2007 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" Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling
theguy0000 Posted April 20, 2007 Author Posted April 20, 2007 then I get: skipped 'C:\Program Files\Abyss Web Server\htdocs' The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
theguy0000 Posted April 20, 2007 Author Posted April 20, 2007 (edited) 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 April 20, 2007 by theguy0000 The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
theguy0000 Posted April 20, 2007 Author Posted April 20, 2007 (edited) Hey sandman, everything works now. same pass as svn. Edited April 20, 2007 by theguy0000 The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now