Restore a minimised application via VBS within an HTA
问题 I have an HTA that is minimised while it carries out a backup. After this backup is complete I'd like to restore the HTA, but I'm having trouble. I've tried a few things (below), but with no success. Is anyone able to point me towards a definitive solution? First I tried to simply activate the HTA, but this failed. I'm no expert, but my understanding is that doing this should mimick a mouse click on the HTA in the task bar, thus restoring it - Sub RestoreBackupHTA() Shell.AppActivate "Backup"