Set focus to current console window ?

  • Thread starter Thread starter R.Wieser
  • Start date Start date
R

R.Wieser

Hello All,

I've got a batch file which starts a GUI program and will wait for it to
close (standard behaviour). The problem is that the focus does not return
to the (full screen) console-window when the GUI program terminates.

My question therefore is, is there a standard method to get that focus back
to the console-window ?

If not, does anybody know of some (standard) programming to do it ?

Regards,
Rudy Wieser
 
Problem solved.

It turns out that the console-window regained focus (as could be seen in the
taskbar), it just wasn't restored to its former glory. Executing a small
program afterwards now takes care of that too.

Regards,
Rudy Wieser


-- Origional message.
 
Back
Top