Jump to content

Question


mohd
 Share

Recommended Posts

  • Developers

or...use $GUI_EVENT_CLOSE

Run("program")

Exit

I am sure you can explain this to us ... right ?

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

  • Developers

Just have no idea what you mean with "or...use $GUI_EVENT_CLOSE" and I assume that I am not the only one.

Thats why I asked...

Oh .. and why would I want to say that you don't know nothing ? I think you are still pretty young thus assume you want to learn. :D

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

thank u to your replay ,,,,

but i want from u (please) help ,,,

i want code to run message after the first program exit .

i know i can change message to to exe and rut it with this code

RunWait("notepad.exe")

Run("calc.exe")

but i want to do that in one script

and i want to ask another question and i want answer please

can i write ms-dos batch in auto it ?

thanks

Link to comment
Share on other sites

thank u to your replay ,,,,

but i want from u (please) help ,,,

i want code to run message after the first program exit .

i know i can change message to to exe and rut it with this code

RunWait("notepad.exe")

Run("calc.exe")

but i want to do that in one script

and i want to ask another question and i want answer please

can i write ms-dos batch in auto it ?

thanks

Func OnAutoItExit ()

RunWait("notepad.exe")

Run("calc.exe")

Endfunc

You can use FileWrite to write .bat files... :D

Link to comment
Share on other sites

this code not work im sorry

or i dont thell u the proplem good ,,

again :

example :

i open that msgboxwizard.au3 from examples with autoit and i make message then i copy the code

how can i put it in script to open after the first program exit ??

thanks

Link to comment
Share on other sites

??????

please i want answer quicly

RunWait("notepad.exe")

MsgBox(0, "Test", "This is what I want my message to say")

Run("calc.exe")

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

thank u my brother this code working like i want ,,,

u always help me ... im very thanks to u ...

and i want to till u my brother Golbez i tryed many code and i edit this code

RunWait("notepad.exe")

Run("calc.exe")

but i didn't have a true code ....

thanks

Link to comment
Share on other sites

thank u my brother this code working like i want ,,,

u always help me ... im very thanks to u ...

and i want to till u my brother Golbez i tryed many code and i edit this code

RunWait("notepad.exe")

Run("calc.exe")

but i didn't have a true code ....

thanks

since when were they your brothers? 9 time out of 10, I you post in LEGIBLE english, you will get an answer that you need.
Link to comment
Share on other sites

I am very sorry if I did not say that meant but I want to know what he meant? If you allow Jaoloa to my question ,,,

I do not like to engage in such disputes at all but when I read Bert response meant ""Since when was your brothers?""

Forgive me for Osmanm

Edited by mohd
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...