avery Posted February 1, 2009 Posted February 1, 2009 I am about to install and mess around with Windows 7 on a free partition. I use AutoIt3 daily and would like to know if anyone knows of any woes with it and Windows 7. Thanks, Avery www.abox.orgAvery HowellVisit My AutoIt Websitehttp://www.abox.org
Inverted Posted February 1, 2009 Posted February 1, 2009 Win7 is very compatible wih Vista, so I would guess that no serious problems will arise.
AdmiralAlkex Posted February 1, 2009 Posted February 1, 2009 (edited) I tried EMP v10 (with the hotfix) and it works pretty good, though there was a few anomalies but they should be fixable in the script Edit: reworded my sentence Edited February 1, 2009 by AdmiralAlkex .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
avery Posted February 1, 2009 Author Posted February 1, 2009 I tried EMP v10 (with the hotfix) and it works pretty good, though there was a few anomalies but they should be fixable in the scriptEdit: reworded my sentenceSorry if this is a stupid question but what is EMP? v10? Thanks,Avery www.abox.orgAvery HowellVisit My AutoIt Websitehttp://www.abox.org
avery Posted February 1, 2009 Author Posted February 1, 2009 (edited) I am having some issues with my au3 scripts and Windows 7. I did some searches on the forums under Vista and Windows 7 and can't locate any common issues that might cause this. I'll post it here ... $ins = "C:\Program Files\NISP\" $err = DirCreate($ins) ... FileInstall("install\archive.7z", $ins) The folder and files never show up. I don't get any errors. Edit: Nevermind. #RequireAdmin fixed it. Found it in a search. Edited February 1, 2009 by avery www.abox.orgAvery HowellVisit My AutoIt Websitehttp://www.abox.org
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