Changes between Version 1 and Version 2 of WindowsServiceScript


Ignore:
Timestamp:
Aug 17, 2006, 8:10:28 PM (18 years ago)
Author:
Florent
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WindowsServiceScript

    v1 v2  
    2626== Example ==
    2727
    28 1. Copy file to 'C:\Python23\Scripts\'
    29 2. Edit "CONSTANTS SECTION" inside the script
    30 3. Install service:
     28 1. Copy file to '\Python23\Scripts\'
     29 2. Edit "CONSTANTS SECTION" inside the script
     30 3. Install service:
     31    {{{
    3132    cd/d c:\python23\scripts
    3233    ..\python tracservice.py install
    33 4. Run service
     34    }}}
     35 4. Run service
     36    {{{
    3437    ..\python tracservice.py start
    35 
     38    }}}
    3639
    3740== Recent Changes ==