Jump to content

Loop all a program


d4rk
 Share

Recommended Posts

2, i wrote a program and i want it work all the time (not only 1 time)

silly, i put my program in a loop but it loop the result of codes, not the program

hope for help

[quote]Don't expect for a perfect life ... Expect a least troubles ones[/quote]Contact me : ass@kiss.toWhat I Have Done :Favorites Manager Mangage your favorite's folder, that's coolPC Waker For those who want to save stickersWebScipts Supporter For those who've just started with Web and WebScriptsTemporary Looker Simple but powerful to manage your Temporary folder, you know what you downloaded[UDF] _NumberFormat() Better performance on number display[UDF] _DirGet() What a folder contain [how many (hidden,normal,...) files], with one line of code[UDF] _IsPressEs() Just like _IsPress() but for a group of keys

Link to comment
Share on other sites

2, i wrote a program and i want it work all the time (not only 1 time)

silly, i put my program in a loop but it loop the result of codes, not the program

hope for help

next time, attach your code under so we can see what you mean. never the less, use:

while 1
.....
wend
Link to comment
Share on other sites

i want to write an auto PM in YM, if some1 send me a message, a instant message window open. my message will be auto send, but it only works for the first time, the second time when i open a instant message, it doesn't work, so i mean "Loop all a program" to make it work for all the message window.

these're codes

while 1 ;i add this after the previous reply

Opt("WinTitleMatchMode", 2)

WinWaitActive(" - Instant Message")

send("2,i am out now, please leave a message {Enter}")

send("Bye{Enter}")

WinWaitActive("Send an Instant Message")

send("{Enter}")

wend ;i add this after the previous reply

hope to be helped

[quote]Don't expect for a perfect life ... Expect a least troubles ones[/quote]Contact me : ass@kiss.toWhat I Have Done :Favorites Manager Mangage your favorite's folder, that's coolPC Waker For those who want to save stickersWebScipts Supporter For those who've just started with Web and WebScriptsTemporary Looker Simple but powerful to manage your Temporary folder, you know what you downloaded[UDF] _NumberFormat() Better performance on number display[UDF] _DirGet() What a folder contain [how many (hidden,normal,...) files], with one line of code[UDF] _IsPressEs() Just like _IsPress() but for a group of keys

Link to comment
Share on other sites

2, i think 'bout this code, but i don't know if it works :

while 1

Opt("WinTitleMatchMode", 2)

WinWaitActive(" - Instant Message")

send("2,i am out now, please leave a message {Enter}")

send("Bye{Enter}")

WinWaitActive("Send an Instant Message")

send("{Enter}")

wend

exit loop ; stop sending message on 1 window and start to send if there's any other

[quote]Don't expect for a perfect life ... Expect a least troubles ones[/quote]Contact me : ass@kiss.toWhat I Have Done :Favorites Manager Mangage your favorite's folder, that's coolPC Waker For those who want to save stickersWebScipts Supporter For those who've just started with Web and WebScriptsTemporary Looker Simple but powerful to manage your Temporary folder, you know what you downloaded[UDF] _NumberFormat() Better performance on number display[UDF] _DirGet() What a folder contain [how many (hidden,normal,...) files], with one line of code[UDF] _IsPressEs() Just like _IsPress() but for a group of keys

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