diff options
author | Joey Hess <joey@kitenet.net> | 2014-06-17 14:29:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-06-17 14:29:00 -0400 |
commit | 0fb50db1a87203211d08e65044b4be4f3917f44c (patch) | |
tree | 556807d31ca288b06a0f2df0a0d5c4fd06a54fd7 /doc | |
parent | e6d5f8530f28d3e89cb7cb0dae180609bd509589 (diff) |
devblog
Diffstat (limited to 'doc')
-rw-r--r-- | doc/devblog/day_186__cracked_it.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/devblog/day_186__cracked_it.mdwn b/doc/devblog/day_186__cracked_it.mdwn new file mode 100644 index 000000000..cff6130cb --- /dev/null +++ b/doc/devblog/day_186__cracked_it.mdwn @@ -0,0 +1,8 @@ +After despairing of ever solving this yesterday (and for the past 6 months +really), I've got the webapp running on Windows with no visible DOS box. +Also have the assistant starting up in the background on login. + +It turns out a service was not the way to do. There is a way to write a VB +Script that runs a "DOS" command in a hidden window, and this is what I +used. Amazing how hard it was to work this out, probably partly because I +don't have the Windows vocabulary to know what to look for. |