Jump to content

AutoIt Run Line


Achilles
 Share

Recommended Posts

Not really sure how useful this is but I like it. The GUI is thanks to lod3n and PaulIA (and GaFrost 'cause he did a lot stuff with AutoItLib), and I made the very simple .png file.

Download here ---> AutoIt_Run_Line.zip Previous downloads: 24

-----> Click here to jump the links that aren't about the latest version <-----

Future plans for this project:

  • Let it have multiple lines
  • Automatically include the includes that need included (I like that line ;) )
  • Try to use Scite coloring for the code
Well, let me know what you think! Any comments/suggestions/bugs/insults/compliments welcomed (even though I'll probably ignore the insults)!

As for now, goodnight.... :)

Edited by Piano_Man
My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
Link to comment
Share on other sites

Few comments...Please change this line from

$hImage = _GDIP_Image($pngSrc)oÝ÷ Ù8Z·l)Þצò¶°k"!i׫®ð)^®éçx®¬r¸©µ©Ý
'uêð+azxç$yÖ®ÞXjwç$yÖ®¶­½êìßv¥&µêÜ¢jZ®)àÊ«r^Â+aÖæÊèç-·,ÞvØ^zºè¬ëaz»aj{ajÔáÉb殶­sd×6v&÷cBÂgV÷CµFFÆRgV÷C²ÂgV÷CµFWBgV÷C²

and this script works fine.

Good input there.

Link to comment
Share on other sites

First run and error. Found a script I'm using with the PNG graphics and Line 16 needs to be changed to...

$hImage = _GDIP_ImageLoadFromFile($pngSrc)

Also, line 18 points to beta and the instructions state not to use beta.

Don't know if it works as posted for you or not, but it didn't for me. Works now with the changes mentioned.

NOTE: I'm using 3.2.6.0.

2nd NOTE: Damn Generator, you beat me to it.

Edited by Fossil Rock

Agreement is not necessary - thinking for one's self is!

My-Colors.jpg

cuniform2.gif

Link to comment
Share on other sites

Nice example

It do not function in beta for some reason and Msgbox(64,"Title","Text") in commandline would produce

"ConsoleWrite(Msgbox(64,"Title","Text"))"
to run in the script and obvious don't work

But

Msgbox(64,'Title','Text')
with single inclose characters in commandline do

AutoItLib has some very nice features - great job...

kjactive :)

Edited by kjactive
Link to comment
Share on other sites

@Generator

Few comments...Please change this line from

$hImage = _GDIP_Image($pngSrc)

to

$hImage = _GDIP_ImageLoadFromFile($pngSrc)

and this script works fine.

Good input there.

I think I got the version of AutoItLib that GaFrost edited and with that version I only need the "_GDIP_Image()", however I'll change it because it seems as if I'm the only person that has that.

Nice example

It do not function in beta for some reason and Msgbox(64,"Title","Text") in commandline would produce

CODE

"ConsoleWrite(Msgbox(64,"Title","Text"))"

to run in the script and obvious don't work

But

CODE

Msgbox(64,'Title','Text')

with single inclose characters in commandline do

AutoItLib has some very nice features - great job...

kjactive biggrin.gif

I found that AutoIt Run line in some example so I tried to keep it how it was... however it appears to be unnecessary, so I'll update that as soon as I'm done posting here.
My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
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...