Search found 149 matches

by rullbandspelare
Fri Dec 23, 2011 8:59 am
Forum: Technical / Scripting
Topic: Run a EXE and identify it in Taskmanager
Replies: 6
Views: 6593

Run a EXE and identify it in Taskmanager

Hi! To make it short: I whant to start a EXE from whithin a compiled macro with some way to identify the process from Taskmanager. Longer version: I have multiple instances of the executable and it is distributed over several places. I is not an option to manualy rename the EXE for every new instanc...
by rullbandspelare
Thu Oct 27, 2011 3:02 pm
Forum: Technical / Scripting
Topic: Easy way to parse RSS feeds?
Replies: 3
Views: 7205

Hi! Is it possile to also extract the values after the attr? So that the result from 6 would be something like :00400253 SH 2 6 Thanks for any input! <?xml version="1.0" encoding="UTF-8"?> <com> <attr tag="00400253" vr="SH" len="2">6</attr> <attr tag="00400254" vr="LO" len="0"/> <attr tag="00400255"...
by rullbandspelare
Thu Jul 21, 2011 8:43 am
Forum: Technical / Scripting
Topic: Reading output from command line pogram.
Replies: 6
Views: 8677

Hi again!

I have two followups on the code.

1. Is it possible to hide the CMD window? I have tried with RP_WINDOWMODE=0, but that does not work

2. If the cmd argument does not result in an output, the application hangs. Any idea on how to prevent this?

Thanks!
by rullbandspelare
Thu Feb 24, 2011 5:50 pm
Forum: Technical / Scripting
Topic: Klick a button with no name.
Replies: 1
Views: 2737

Klick a button with no name.

I have a window with two buttons that I would like to klick. But they have no name. Is it possible to "adress" a button by its position or window handle instead of its name? "View system windows" snipet: ... 67058 - SysDateTimePick32 "" 67060 - Button "" 67062 - Button "" Dont work: Let>WIN_USEHANDL...
by rullbandspelare
Tue Jan 11, 2011 3:59 am
Forum: Technical / Scripting
Topic: Possible to get https request in a compiled macro?
Replies: 4
Views: 7210

I had not seen that Let>HTTP_SSL=1 was required.

It appears to work with just putting
ssleay32.dll and libeay32.dll in the same folder.

Thanks!
by rullbandspelare
Tue Jan 11, 2011 3:41 am
Forum: Technical / Scripting
Topic: Https not working...
Replies: 1
Views: 3059

I missed this one!
Let>HTTP_SSL=1
did the trick!

It now works.
by rullbandspelare
Tue Jan 11, 2011 3:26 am
Forum: Technical / Scripting
Topic: Https not working...
Replies: 1
Views: 3059

Https not working...

Hi! I have installed vcredist_x86.exe Win32OpenSSL_Light-1_0_0c.exe from http://www.slproweb.com/products/Win32OpenSSL.html But https is not working anyhow. HTTPRequest>https://www.abc.se/,,GET,,XML_Out gives "404 Error connecting to host" (OK in IE) If I search for libeay32.dll with Regedit, it is ...
by rullbandspelare
Tue Jan 11, 2011 2:48 am
Forum: Technical / Scripting
Topic: Possible to get https request in a compiled macro?
Replies: 4
Views: 7210

Sounds nice.
I did as You described, but it is not working.

Just putting the DLL in the same folder as executable is not working.
And I get "DllRegisterServer entry point was not found " and the dll are not registererd when trying to register them with Regsvr32.exe.

Thanksfor any help.
by rullbandspelare
Thu Jan 06, 2011 5:50 am
Forum: Technical / Scripting
Topic: Possible to get https request in a compiled macro?
Replies: 4
Views: 7210

Possible to get https request in a compiled macro?

Hi!

How can i redistribute a compiled .exe that is accessing a https URL?

For example.
HTTPRequest>https://www.abc.se/,,GET,,XML_Out

I do not want to force the user to install OpenSSL. I have tried to just put the OpenSSL files in the same folder as the executable, but not working.

Help!

Thanks
by rullbandspelare
Mon Jul 05, 2010 9:30 pm
Forum: General Discussion
Topic: WaitWindowOpen> very CPU hungry
Replies: 6
Views: 8522

Some more observations:
When I close the UltraVNC server on the computer ALL MS Versions drop to 0%CPU.

But the fact still remains that when You open about 16 windows at once, the CPU rises to about 30% with MS V12 and MS V11.1.23.

V11.1.10 is ALLWAYS at 0%
by rullbandspelare
Sun Jul 04, 2010 7:25 pm
Forum: General Discussion
Topic: WaitWindowOpen> very CPU hungry
Replies: 6
Views: 8522

I tried with MS V12 and it is still about 40% CPU.
On one machine I tried i got 0% CPU with the V11.1.23 and V12. But after opening about 16 windows i got about 30% CPU on that machine too.

MS V11.1.13 is ALWAYS showing 0% CPU !
by rullbandspelare
Sun Jul 04, 2010 4:46 pm
Forum: General Discussion
Topic: WaitWindowOpen> very CPU hungry
Replies: 6
Views: 8522

I tried to compile on another machine with an older V11 build. That gave me 0% CPU.
I then upgraded that machine to the last V11 build (23) and recompiled.
I now got 30% CPU!!

Could someone try with the latest V11 build.

Thanks!
by rullbandspelare
Sun Jul 04, 2010 4:06 pm
Forum: General Discussion
Topic: WaitWindowOpen> very CPU hungry
Replies: 6
Views: 8522

Thanks for the test!

I'm using build 11.1.23 (the latest V11) on XP.

I will install MS on another machine and try to compile there.

Thanks!
by rullbandspelare
Sun Jul 04, 2010 2:22 pm
Forum: General Discussion
Topic: WaitWindowOpen> very CPU hungry
Replies: 6
Views: 8522

WaitWindowOpen> very CPU hungry

Hi!
In version 11 I get about 50% CPU when I run a compiled machro with one line:
WaitWindowOpen>foo

If I compile the same thing in version 9 i get 0% CPU

* Is it only me that has this?
* Is there a way to fix this?
* Is it the same for version 10 and 12?

Thanks!
by rullbandspelare
Mon Apr 26, 2010 9:43 pm
Forum: Technical / Scripting
Topic: Reading output from command line pogram.
Replies: 6
Views: 8677

This works very well!

Thanks a million.
You just made my coding a lot easier!!!!

THANKS!!!!
Sign up to our newsletter for free automation tips, tricks & discounts