Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IW14 Indy - Running multiple services of the same executable
#5
Solution found, it's being bound by the AppName. By adding that in as a parm and ensuring it matches the proper application name, things work well.

E.g.
sc.exe create AppName_8000 binPath= "C:\path\AppName.exe -port=8000 -AppName=AppName"
sc.exe create AppName_8001 binPath= "C:\path\AppName.exe -port=8001 -AppName=AppName"

Works happily.
Reply


Messages In This Thread
RE: IW14 Indy - Running multiple services of the same executable - by nunnsie - 10-04-2019, 02:38 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)