hi...i want to ask how can i pausing a script when the first time that script running...so what i mean is when i double click the script then the script will turn red (pausing) after that i can unpause it again...
well i already know how to pause and unpause a script but i want the script pausing at the time i running it...
here is my simple script..
Code:
Loop
{
Send, {F1}
Sleep, 5000
Send, {F8}
Sleep, 5000
Send, {F2}
Sleep, 5000
Send, {F8}
Sleep, 5000
Send, {F3}
Sleep, 5000
Send, {F8}
Sleep, 5000
Send, {F4}
Sleep, 5000
Send, {F8}
Sleep, 5000
Send, {F5}
Sleep, 5000
Send, {F8}
Sleep, 5000
Send, {F6}
Sleep, 5000
Send, {F8}
Sleep, 5000
Send, {F7}
Sleep, 5000
Send, {F8}
Sleep, 640000
}
Insert::Pause
Return
i hope there is someone can help me....thanks before...