View Single Post
  #27 (permalink)  
Old 11-30-2006, 08:17 PM
mcbalta mcbalta is offline
Member
 
Join Date: Nov 2005
Posts: 40
mcbalta is on a distinguished road
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
----------------------
Attached Files
File Type: zip XYNTServiceProject.zip (93.2 KB, 83 views)

Last edited by mcbalta; 11-30-2006 at 08:22 PM.
Reply With Quote