Bonjour,
Sous XP j'utilisait un fichier .bat pour créer un service :
Cela ne marche pas sous seven :(Citation:
@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
Si quelqu'un à une idée ...
Merci d'avance