From 32c7fdc0f215537c8105bb23a36b9b423c28f674 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 17 Jun 2014 17:18:34 +0000 Subject: [PATCH] Added a comment --- ...ent_16_51800fd83cd979b021eabdd4c44cfd61._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/todo/windows_git-annex_service/comment_16_51800fd83cd979b021eabdd4c44cfd61._comment diff --git a/doc/todo/windows_git-annex_service/comment_16_51800fd83cd979b021eabdd4c44cfd61._comment b/doc/todo/windows_git-annex_service/comment_16_51800fd83cd979b021eabdd4c44cfd61._comment new file mode 100644 index 0000000000..7efe7b3380 --- /dev/null +++ b/doc/todo/windows_git-annex_service/comment_16_51800fd83cd979b021eabdd4c44cfd61._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="108.236.230.124" + subject="comment 16" + date="2014-06-17T17:18:34Z" + content=""" +Using wscript to run a file containing this will start the webapp w/o any console flicker: + +
+Set objshell=CreateObject(\"Wscript.Shell\")
+objShell.Run(\"git-annex webapp\"), 0, False
+
+"""]]