Reputation: 19206
I already used command close | handle=${Download}
and I made sure the Download window was named correctly. I even echoed the windows number and it is correct. But the close action never works.
Upvotes: -2
Views: 40
Reputation: 19206
It turns out, I have to reselect the window first before closing. It just happen for download windows. I use select window | handle=${Download}
Upvotes: -2