devblog
This commit is contained in:
parent
1fcd0c8c4d
commit
ee7be354a1
1 changed files with 8 additions and 0 deletions
8
doc/devblog/day_186__cracked_it.mdwn
Normal file
8
doc/devblog/day_186__cracked_it.mdwn
Normal file
|
@ -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.
|
Loading…
Reference in a new issue