JamesDover Posted April 21, 2008 Share Posted April 21, 2008 When I use Opt("RunErrorsFatal", 0) with the new version of autoit it gives me a -1 error in the old verisons it worked fine. Also is anyone having problems with @HomeDrive not pointing to the C:\ Run("Connections.exe", @HomeDrive, @SW_HIDE) Cheers Link to comment Share on other sites More sharing options...
MHz Posted April 21, 2008 Share Posted April 21, 2008 The Opt() of "RunErrorsFatal" has been made obsolete in the latest beta of AutoIt. @HomeDrive is the drive where the @HomePath exists. The @HomeDrive can be different from the %SystemDrive%. If you want the %SystemDrive%, then use the below code. Global Const $SYSTEMDRIVE = EnvGet('SYSTEMDRIVE') MsgBox(0x40000, 'SystemDrive', $SYSTEMDRIVE) Link to comment Share on other sites More sharing options...
Valuater Posted April 21, 2008 Share Posted April 21, 2008 (edited) Lots of script breakers - read the log carefully.3.2.11.0 (25th January 2008) (Beta)AutoIt- Removed: Unnecessary optional parameter from ProcessClose().- Removed: RunErrorsFatal Option.- Removed: RunAsSet().http://www.autoitscript.com/forum/index.ph...st&p=468931.......always have to read the fine print...lol8)that Mega Hurts.. Edited April 21, 2008 by Valuater Link to comment Share on other sites More sharing options...
JamesDover Posted April 21, 2008 Author Share Posted April 21, 2008 I'll work on reading the fine print from now on . Link to comment Share on other sites More sharing options...
jezzzzy Posted May 8, 2008 Share Posted May 8, 2008 (edited) <Moved comment to a new topic> Edited May 8, 2008 by jezzzzy Link to comment Share on other sites More sharing options...
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