Jump to content

Scite4autoit & Parameters


Andre
 Share

Recommended Posts

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!
Link to comment
Share on other sites

  • Developers

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.

:ph34r:

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.
  :)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...