[Confused]
I'm new to kix scripting, so there's probably a very simple answer to this.

Background:
I've written the following simple script -
WRITEPROFILESTRING ("C:\windows\GSS.INI" ,"LAN" , "User ID" , @USERID)
..which is followed (in a batch file) by calling a network exe to start the application that uses the above ini file.

Problem:
When the program launched from the batch file it leaves a dos box in the background which will confuse my rather simple users...

Question:
Is there a way, in a kix script not a batch file, to launch the application, maybe sleep for 2 seconds and shut down the dos box with out shuting down the application?

Thanks for any suggestions