/dev/null Posted November 26, 2006 Posted November 26, 2006 Heheh, Didn't get the string thing to work, so, made it in my on way Send (@scriptname) Send("{backspace}") Send("{backspace}") Send("{backspace}") Send("{backspace}") Hehe, I will test smokes script right away Wow, why not this "alternative"... #include <array.au3> run ("notepad.exe") WinActivate("Untitled") $send_home = "{HOME}" $send_del = "{DEL}" $send_right_del = "{RIGHT}" & $send_del $send_left_del = "{LEFT}" & $send_del $arr = StringSplit(@ScriptName,"") _ArrayReverse($arr) $name = _ArrayToString($arr,",") Send ($name) Send ($send_home) ;Send ($send_sequence) For $n = 1 to UBound($arr) Send ($send_right_del) Next Send ($send_left_del) Send ($send_home) $new_send_del = StringReplace($send_del,"}"," 4}") Send ($new_send_del) Bye Katry __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
/dev/null Posted November 26, 2006 Posted November 26, 2006 Or he could just change it for him. what's wrong with my name? __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
Valik Posted November 26, 2006 Posted November 26, 2006 what's wrong with my name? It's too similar to Gary's old name. I don't think any of us mind you using it for a bit to play but you can't keep it.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now