Changes between Version 13 and Version 14 of WindowsServiceScript

Show
Ignore:
Author:
rjollos (IP: 0.0.0.0)
Timestamp:
10/19/12 07:40:00 (7 months ago)
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    }}}