|
Auto start from an NT Service
Hi there,
XYNTService.exe is a good solution to start multiple MT4's without login.
This solution is working on a seperate windows server, but on VPS account, I could not successfully setup it.
Hope this solves. But there is a deep problem on VPS, to autostart an exe, before login. I could not discovered yet. Possibly some resource/user right etc. problem...
--sample ini file-----------
[Settings]
ServiceName=InterbankFX
CheckProcessSeconds = 300
[Process0]
CommandLine = c:\Program Files\InterbankFXA\terminal.exe
WorkingDir= c:\Program Files\InterbankFXA\
PauseStart= 10000
PauseEnd= 10000
UserInterface = Yes
Restart = Yes
[Process1]
CommandLine = c:\Program Files\InterbankFXB\terminal.exe
WorkingDir= c:\Program Files\InterbankFXB\
PauseStart= 10000
PauseEnd= 10000
UserInterface = Yes
Restart = Yes
----------------------
Last edited by mcbalta; 11-30-2006 at 08:22 PM.
|