I'm including a script in our users' logon scripts which grabs a bunch of informaiton and then writes it to a database. Right now I'm using "Call" in our login.kix file to call my script. The problem is that it now makes the logon script take about 20 seconds longer and some users are complaining. Is there anyway that I can kick off the script hidden in the background and run it independently of the logon script so it will finish before the other one does?