window - How do I restore a minimized batch script? -


i have batch script have minimized @ point in script i'd able restore window

can done?

you can nircmd useful tool writes batch scripts should have in arsenal. here example of doing want. when run it, minimize script window, in 10 seconds restore it.

@echo off title "my script" nircmdc win min ititle "my script" set /a i=0 :loop ping -n 1 127.0.0.1>nul set /a i+=1 if %i% equ 10 goto :max goto :loop  :max nircmdc win activate ititle "my script" cmd /k 

Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -