Jump to content

A line in the code changes, eveytime the .au3 name changes?


walle
 Share

Recommended Posts

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 :lmao:

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 *

Link to comment
Share on other sites

Or he could just change it for him. ;)

what's wrong with my name? :lmao:

__________________________________________________________(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 *

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