Rick,

Went to: http://www.ezaudit.com/guide/lanwan.htm

Note: The information of how to run this application using START.

Under the KiXtart Section, they say to do:
 Quote:

KixTart
RUN "\\your_server_name\ezaudit\ezstart.exe /auto"

In some environments, the syntax may have to include the %comspec% command:

Shell “%comspec% /c start \\your_server_name\ezaudit\ezstart.exe /auto”
Note that ezstart.exe takes under 5 seconds to launch and terminate, so either is appropriate and won't hang up your logon script.


So..
 Code:
RUN "\\yuponas\ezaudit\ezstart.exe /auto"


Or..
 Code:
Shell "%comspec% /c start \\yuponas\ezaudit\ezstart.exe /auto"


If you want to see what is going on..
 Code:
Shell "%comspec% /c start \\yuponas\ezaudit\ezstart.exe /auto"
?@ERROR
?@SERROR
Get $
?'Press a key to continue'



Thanks,

Kent


Edited by Kdyer (2008-07-10 10:47 PM)
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's