Hi, I currently run a kixtart script that checks to see if a file share exists. If the file share does not exist I have it configured to send my computer a message. To improve this system I want to enable my script to send email. To do this I wrote a VBscript that will send me a message. The problem I am having is that I use the command RUN "test.vbs" and nothing happens the script is in the netlogon share of all domain controllers. Do I have to use UNC path? Is the run command the wrong this to use do I need to use shell or comspec? What is the best way to call out the vbscript or is there a beter way to do what I want?