diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2014-06-17 17:18:34 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-06-17 17:18:34 +0000 |
commit | 5734843cf677e0bce60aba5cd15c1391d5c61e46 (patch) | |
tree | 52bcb6aa95017b1fd23a133ef934f58cf208c1b8 | |
parent | 9c96fb899ec64a5d7d05a399cf352f2e2dc0bb0c (diff) |
Added a comment
-rw-r--r-- | doc/todo/windows_git-annex_service/comment_16_51800fd83cd979b021eabdd4c44cfd61._comment | 13 |
1 files changed, 13 insertions, 0 deletions
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 000000000..7efe7b338 --- /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: + +<pre> +Set objshell=CreateObject(\"Wscript.Shell\") +objShell.Run(\"git-annex webapp\"), 0, False +</pre> +"""]] |