Changes between Version 13 and Version 14 of WindowsServiceScript


Ignore:
Timestamp:
Oct 19, 2012, 5:40:00 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Added syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • WindowsServiceScript

    v13 v14  
    2828 3. Install service:
    2929    {{{
     30    #!sh
    3031    cd/d c:\python23\scripts
    3132    ..\python tracservice.py install
     
    3334 4. Run service
    3435    {{{
     36    #!sh
    3537    ..\python tracservice.py start
    3638    }}}