Bonjour,

Sous XP j'utilisait un fichier .bat pour créer un service :
@echo off
echo neoPack is installing services and running...

rem Install all services

C:\NEOPACK\PFacturation.exe /INSTALL /SILENT

rem Add " character to command lines
sc config "PFacturation" binpath= "C:\NEOPACK\PFacturation.exe"

rem Start all services
net start PFacturation

exit
Cela ne marche pas sous seven

Si quelqu'un à une idée ...

Merci d'avance