Search found 1091 matches

by Me_again
Wed Jun 12, 2013 1:59 pm
Forum: General Discussion
Topic: Singleton (single instance or mutex) and process exist
Replies: 8
Views: 11375

Does the dialog die if the program crashes? What I don't like about the file method is that the file may be left behind if the program stalls/crashes and the program will never restart.
by Me_again
Wed Jun 12, 2013 1:46 am
Forum: General Discussion
Topic: Singleton (single instance or mutex) and process exist
Replies: 8
Views: 11375

Maybe you could use VBScript IsProcessRunning at the start of the exe, if it returns >1 terminate, otherwise continue. VBSTART 'returns the number of copies of ProcessName that are running 'will return 0 if ProcessName is not running Function IsProcessRunning(ProcessName) Set oWMIService = GetObject...
by Me_again
Fri Jun 07, 2013 1:59 pm
Forum: Beginners
Topic: Print web page to PDF
Replies: 9
Views: 13284

As far as I know WaitWindowOpen> just controls program execution, it doesn't automatically focus on the window so I believe you would need a

SetFocus>

on the window before sending it text.
by Me_again
Tue May 28, 2013 12:32 am
Forum: Scripts and Tips
Topic: Separate file name and path from a string
Replies: 19
Views: 34891

Phil Pendlebury wrote:Anyway for the record: Both links are blank here too.

If however you search the manual you will find the pages. If you then right click on that page link and copy the link, then paste... Blank.

I think this is a Chrome / Cache problem.
Same in IE9 too, so not just a Chrome issue.
by Me_again
Fri May 24, 2013 11:26 pm
Forum: Enhancement Suggestions
Topic: Microsoft Power State Detect/Respond
Replies: 7
Views: 11076

To keep it as universal as possible I would look for some benign way of generating "activity" besides moving the cursor, I'm thinking of something trivial like pinging localhost.
by Me_again
Tue Apr 16, 2013 12:01 am
Forum: The Water Cooler
Topic: Tired of being called GENIUS?
Replies: 2
Views: 6125

Einstein is reported to have said "Any darn fool can make something complex; it takes a genius to make something simple." - you have made computers look simple to your clients so take the compliment as it is intended. OTOH you could also consider a quote from my grandad who said "If you make it look...
by Me_again
Thu Mar 21, 2013 10:23 pm
Forum: Technical / Scripting
Topic: BlowFish.dll
Replies: 1
Views: 5710

You should be able to find aes.dll pretty easily, it's on my PC's but I don't know if it came with windows or was distributed with an application.
by Me_again
Wed Mar 20, 2013 8:14 pm
Forum: Technical / Scripting
Topic: sending Ctrl+C to a running program?
Replies: 4
Views: 5392

Might be easier to just kill the process?
by Me_again
Thu Feb 28, 2013 9:29 pm
Forum: General Discussion
Topic: Dialog Object Event (auto)Results
Replies: 2
Views: 7650

http://delphi.about.com/od/vclusing/a/mouseevents.htm "There are three fundamental mouse event handlers: OnMouseDown, OnMouseMove, and OnMouseUp. The MouseUp and MouseDown event handlers take the same five parameters as follows (the MouseMove lacks a Button parameter): •Sender - The object that de...
by Me_again
Sun Feb 24, 2013 12:37 am
Forum: The Water Cooler
Topic: Mind = Blown
Replies: 7
Views: 11137

Re: hello

PepsiHog wrote:But they say it is 600 light years away. If warp 1 is at the speed of light, it would still take 600 years to get there. At warp 10 it would take 60 years for us to get there.
Oh no, warp 10 is much faster than that, otherwise they would never have gotten anywhere in a one hour episode :lol:
by Me_again
Sat Feb 23, 2013 5:01 pm
Forum: The Water Cooler
Topic: Mind = Blown
Replies: 7
Views: 11137

Here's the biggest thing (found so far?) in the universe.

Here's something mindblowing (for us techie types) but more down to earth :)
by Me_again
Sat Feb 23, 2013 12:54 am
Forum: Technical / Scripting
Topic: Sending a Space
Replies: 8
Views: 7681

I confirm the original post, ASCII>32 doesn't act on a window the same as Send>{invisible space} does. (For instance hitting space on this forum in IE will move down the page.)

Send>%SPACE% does work for me.
by Me_again
Sat Feb 16, 2013 12:51 am
Forum: General Discussion
Topic: Wait for command line to finish before executing next
Replies: 3
Views: 21960

I haven't examined your code in great detail, but have you tried using the RP_WAIT system variable?

Let>RP_WAIT=1
by Me_again
Fri Feb 15, 2013 12:09 am
Forum: The Water Cooler
Topic: Valentines Cards
Replies: 2
Views: 6460

Fixed it for you :wink: http://i50.tinypic.com/2u58egk.jpg MacroScheduler/ImageMagick script: Let>RP_WAIT=1 Let>RP_WINDOWMODE=0 runprogram>c:\imag\convert c:\imag\halphy.jpg -crop 284x500+200+50 +repage -quality 100% c:\imag\crop1.jpg runprogram>c:\imag\convert c:\imag\crop1.jpg -flop -quality 100% ...
by Me_again
Tue Feb 12, 2013 5:40 pm
Forum: Enhancement Suggestions
Topic: Suggested addition for Complex Expressions
Replies: 15
Views: 21158

I'm with JRL, I'm a long time user and I can't ever recall a problem with that wasn't due to my own error.
Sign up to our newsletter for free automation tips, tricks & discounts