문제

Well, I have this code on my Batch File:

@echo off
echo Espere...
start /MIN /WAIT Registro.hta
echo Terminado!
pause

But it doesn't work, it so strange...

And my Registro.hta's code: http://pastebin.com/4qzwL4RC

I don't know what I'm doing bad? Can you explain me why Registro.hta is opening on foreground and not in background?

Thanks.

도움이 되었습니까?

해결책

If you want an HTA to start minimized, you have to set its WINDOWSTATE property to minimize.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top