WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

How To
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Script Minimized When Launched from Lotus Notes Email


Question:

I have written a simple script to gather some information from cpu extender and some other simple registry quires as well as presenting a simple dialog to the user.

We distributed the EXE via email (Lotus Notes) and when it is launched from Lotus Notes, it minimizes to the task bar - the dialog is not presented. I added IntControl(1002,1,0,0,0)to the top of the script hoping that would help, but no dice.

I would have thought that presenting the dialog alone would make the dialog "visible", but that doesn't seem to be the case.

Answer:

Does it work as you expect when launched normally from Windows? You might see if adding BoxOpen("Hi","There") helps.

If that works, maybe try

BoxOpen("Hi","there")
BoxShut()
and see if that works around the problem.

User Reply:

I added WinShow("") at the top and that did the job
Article ID:   W17046
File Created: 2007:07:03:14:27:52
Last Updated: 2007:07:03:14:27:52