|
|
Hi,
I´m using the 7.4.5 Professional version.
I got the sample:
Code:
<#> Count sin(1), put it to clipboard and show it in Notepad
<#>
<cmds>
<script_basic>
Sub Main
s = Sin(1)
Clipboard s
End Sub
</script_basic>
<execappex>("notepad.exe","","",0,0)
<waitfor>("WIN","OPEN","Notepad",5,0)
<keys><ctrl>v<ctrl>
I put it on a new macro and when I run always occors:
*RunThis1*#6: <here>XSEBAXZ<ent__>"notepad.exe","","",0,0
(0) Unexpected text.
Detail: The script editor always open empty
Somebody can help me ?
|
IP Logged
|
|
Last Edited On: 07-04-2010 21:42:13 By brunossilva for the Reason |