[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
Re: how do you make sure your hub starts 1st?
What I have done is:
Use the service version of the Hub and set its start-up status to manual.
Do the same for any other xAP services
Create a batch file, e.g. xAP-Startup.cmd, and fill it with:
--------------------
net start "xap hub service"
# add further commands to start other services here
start "" "c:\program files\xap desktop\desktop.exe"
# add further commands to start other xAPplications
exit
---------------------
Note the "" after the start command.
I then bung a shortcut to the xAP-Startup.cmd in the
Start/Programs/Startup folder.
Everything then starts OK and in order.
;oj
On 5/24/05, slashcomfort <yahoo@xxxxxxx> wrote:
> Hi
>
> am running the GUI framework hub with a few other xap apps (xaptel,
> xapswitchboard) - these all startup when pc boots but at times the
> dedicated hub doesnt start first and one of the other apps kicks in
> and stuffs it hun, is there a way around this?
>
> thanks in advance
>
> Ade
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
xAP_Automation Main Index |
xAP_Automation Thread Index |
xAP_Automation Home |
Archives Home
|