10-04-2019, 02:38 AM
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.
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.