Jump to content

how can i do that ?


mohd
 Share

Recommended Posts

  • Developers

i want to open note bad and write "autoit" and copy it ,,, ?

Can I get a copy of that NoteBad program ? :)

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

i mean i want to

1- open the note bad

2- write "auto it "

3- copy it

4- save it

all this in hide

the script

Run("notepad.exe")

; Wait for the Notepad become active - it is titled "Untitled - Notepad" on English systems

WinWaitActive("Untitled - Notepad")

; Now that the Notepad window is active type some text

Send("autoit.{ENTER}{ENTER}")

Sleep(500)

Send("+{UP 2}")

Sleep(500)

; Now quit by pressing Alt-f and then x (File menu -> Exit)

Send("!E")

Send("C")

Send("!f")

Send("s")

Send("autoit")

Send("{Tab}{Tab}{ENTER}")

; Now wait for Notepad to close before continuing

WinWaitClose("Untitled - Notepad")

thanks

Link to comment
Share on other sites

the first script u give me it doesn't work

and in th csecond script it i sworking but not hide and i have message !

.........

What is the exact Title of the NotePad window after it is started ?

are you mean that " Untitled - notebad "

thanks

Link to comment
Share on other sites

  • Developers

are you mean that " Untitled - notebad "

I know I made a joke about this but are you now serious ?

does it actually say " Untitled - notebad "

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

ok :) ,, but now please till me an answer if u know that because i need it ,,,

please

That last post was a serious question: reason being that the title of the Notepad program window depends on the Windows language used. The Dutch version of windows show "Kladblok" instead of "Notepad" .... so again: tell us the EXACT text in the Notepad program window title. Preferably start AU3Info and cut&paste the info about the window in your reply.

Jos

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

first: thank u

i want to till u i dont want that on note bad this is only example ...

i want to do that on Hijack_This tool do you know that ?

i want to hide her work but i cant can u and all help me to do that ?

thanks

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