Andre Posted August 17, 2004 Posted August 17, 2004 Hi, I use the Scite4AutoIt editor. Can't seem to get a grip on running it from the editor with command-line params. Filled them with Shift-F8 but when i press F5 (go), no parameters are passed..... Regards, Andre What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
Developers Jos Posted August 17, 2004 Developers Posted August 17, 2004 Hi, I use the Scite4AutoIt editor. Can't seem to get a grip on running it from the editor with command-line params. Filled them with Shift-F8 but when i press F5 (go), no parameters are passed..... Regards, Andre <{POST_SNAPBACK}>Add this to your SciteUser.properties and see if that works fo you... command.go.*.au3="$(autoit3dir)\autoit3.exe" "$(FilePath)" $(1) $(2) $(3) $(4)maybe its something i should put into the au3.properties in the installset. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Andre Posted August 17, 2004 Author Posted August 17, 2004 Hi, Yesss, Working. Thnx Andre What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
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