From ef89fb6812c8c29e477d7c71f687de73c38bb832 Mon Sep 17 00:00:00 2001 From: Heiko Voigt Date: Thu, 8 Oct 2009 22:09:51 +0200 Subject: [PATCH] let explorer kill script wait for input until it restarts the explorer This is helpful if you want to kill the explorer, make install and start it again Signed-off-by: Heiko Voigt --- explorer/kill-explorer.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/explorer/kill-explorer.sh b/explorer/kill-explorer.sh index b241246..15a0e0f 100644 --- a/explorer/kill-explorer.sh +++ b/explorer/kill-explorer.sh @@ -15,6 +15,9 @@ do taskkill //f //pid $p done +echo "start again?" +read i + /c/WINDOWS/explorer & sleep 2 /c/WINDOWS/system32/taskmgr & -- 2.11.4.GIT