problem with the logon script

T

Theo Welles

Hi all

this is actually about KIX scripting but maybe someone can help me anyway?

I am trying to have a kix logon script run an executable independently form
the script itself. Which means that the kix script should launch the .EXE
and then continue (the script).

I have tried to use RUN and SHELL but

If I use RUN like in:

RUN C:\MYEXECUTABLE.EXE

the script launches the exe but the exe is closed as soon as the kix script
ends! I want the exe to remain running even after the script ends.

If I use SHELL like in:

SHELL "CMD /C C:\MYEXECUTABLE.EXE"

the exe launches but the script then stops waiting for the exe window to be
closed! I want the script to continue past the line that launches the
executable.

Is this possible??

Thanks a lot!!!

theo
 
R

Ray at

ANSWERED ELSEWHERE. AGAIN, PLEASE DO NOT MULTIPOST. If you had checked
back to the first place you posted, you have have seen that an answer was
posted in a time shorter than what it's taking you to post individual
messages to five thousand groups.

Ray at work
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top