comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » SKIP the window "press click to continue" using the VIRTUAL MACHINE
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: SKIP the window "press click to continue" using the VIRTUAL MACHINE [message #93928 is a reply to message #93927] Wed, 30 November 2016 03:17 Go to previous message
Helder Marchetto is currently offline  Helder Marchetto
Messages: 520
Registered: November 2011
Senior Member
Hi,
I not sure that what you're trying to do is legal. The pop-up message disappears if you buy an IDL license. But this is none of my business :-)

That said, I think that what you're looking for is the spawn command in idl.
In your case, it would look something like this (not tested!):
spawn, myPath+'sendKeys.bat "Runtime APP" "{ENTER}"', res, errRes
You will find the result of the action in res and if an error occurred, it will pop up in errRes.

Enjoy.
Helder



On Monday, November 28, 2016 at 9:35:01 PM UTC+1, jenesai...@googlemail.com wrote:
> Hey,
>
> I had a similar problem by integrating an IDL-based stand-alone program in an automatic procedure in R.
>
> To confirm this disturbing window, I used the sendKeys.bat-file by npocmaka.
> This IDL window was named "Runtime App" in my case, so I could address this window by the following system command: (PATH\)sendKeys.bat "Runtime APP" "{ENTER}".
> Therefore, I created a new (.bat) file that, at first, opens the IDL-based program and then, confirmed the IDL window by sendKeys.bat.
>
> Unfortunately, I do not know if it is possible to call system commands in IDL. In R it is easly done by system(...).
>
> Hope that helps.
>
>
>
> Here the link to the above mentioned file and forum talk (11-28-2016):
> FILE:
> https://github.com/npocmaka/batch.scripts/blob/master/hybrid s/jscript/sendKeys.bat
>
> FORUM:
> http://stackoverflow.com/questions/30406120/command-prompt-a uto-confirm-message-pop-up-window
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Hardware suggestions for IDL/ENVI.
Next Topic: How to infer number of minor ticks?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 06:14:38 PDT 2025

Total time taken to generate the page: 0.00546 seconds