MobilAdmin Posted June 22, 2009 Posted June 22, 2009 Is there any way to get autoit scripts to work on a windows NT system? Thanks for your input.
Yashied Posted June 22, 2009 Posted June 22, 2009 Is there any way to get autoit scripts to work on a windows NT system?Thanks for your input.AutoIt scripts works fine on NT systems.??? My UDFs: iKey | FTP Uploader | Battery Checker | Boot Manager | Font Viewer | UDF Keyword Manager | Run Dialog Replacement | USBProtect | 3D Axis | Calculator | Sleep | iSwitcher | TM | NetHelper | File Types Manager | Control Viewer | SynFolders | DLL Helper Animated Tray Icons UDF Library | Hotkeys UDF Library | Hotkeys Input Control UDF Library | Caret Shape UDF Library | Context Help UDF Library | Most Recently Used List UDF Library | Icons UDF Library | FTP UDF Library | Script Communications UDF Library | Color Chooser UDF Library | Color Picker Control UDF Library | IPHelper (Vista/7) UDF Library | WinAPI Extended UDF Library | WinAPIVhd UDF Library | Icon Chooser UDF Library | Copy UDF Library | Restart UDF Library | Event Log UDF Library | NotifyBox UDF Library | Pop-up Windows UDF Library | TVExplorer UDF Library | GuiHotKey UDF Library | GuiSysLink UDF Library | Package UDF Library | Skin UDF Library | AITray UDF Library | RDC UDF Library Appropriate path | Button text color | Gaussian random numbers | Header's styles (Vista/7) | ICON resource enumeration | Menu & INI | Tabbed string size | Tab's skin | Pop-up circular menu | Progress Bar without animation (Vista/7) | Registry export | Registry path jumping | Unique hardware ID | Windows alignment More...
ajag Posted June 22, 2009 Posted June 22, 2009 Look at http://www.autoitscript.com/autoit3/ in the "Features" section. There you can read:"Compatible with Windows 95 / 98 / ME / NT4 / 2000 / XP / 2003 / Vista / 2008 "A-Jay Rule #1: Always do a backup Rule #2: Always do a backup (backup of rule #1)
MobilAdmin Posted June 22, 2009 Author Posted June 22, 2009 I compile the script to be a stand alone app and the workstation comes back with an error saying "This is not a valid Windows NT application". I am running version 3.3.0. Any Ideas why I'm getting errors when I run the app?
MobilAdmin Posted June 22, 2009 Author Posted June 22, 2009 Also when I compile the script, the says "Warning: This is an Unicode compiled script and will not run on Win9x/ME.". Does anyone know why this is?
AdmiralAlkex Posted June 22, 2009 Posted June 22, 2009 I compile the script to be a stand alone app and the workstation comes back with an error saying "This is not a valid Windows NT application". I am running version 3.3.0. Any Ideas why I'm getting errors when I run the app?With AutoIt 3.3.0.0 there is only support for Widnows 2000 and up. For older Operating Systems use a older version of AutoIt (go to the downloads page and look for "Previous versions archive"). Details can be seen in the "History/ChangeLog" page in the helpfile.Also when I compile the script, the says "Warning: This is an Unicode compiled script and will not run on Win9x/ME.". Does anyone know why this is?Win9x/ME doesn't support Unicode. If you want to run on Win9x/ME choose ANSI when compiling. .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
Yoriz Posted June 22, 2009 Posted June 22, 2009 AutoIt Previous Versions - v3.2.12.1 was the last version that was compatible with Windows 95 and Windows NT 4.0.Download v3.2.12.1 GDIPlusDispose - A modified version of GDIPlus that auto disposes of its own objects before shutdown of the Dll using the same function Syntax as the original.EzMySql UDF - Use MySql Databases with autoit with syntax similar to SQLite UDF.
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