Added a comment

This commit is contained in:
http://joeyh.name/ 2014-06-17 17:18:34 +00:00 committed by admin
parent e027801e6e
commit 32c7fdc0f2

View file

@ -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:
<pre>
Set objshell=CreateObject(\"Wscript.Shell\")
objShell.Run(\"git-annex webapp\"), 0, False
</pre>
"""]]