I'm trying to get this to run from KiX.

code:
  ;  Downtime Events
$DUMP = "dumpel.exe -s server -l system -m eventlog -e 6008 6009 -t -format cutds >>o:\all\downtime.log"
IF (@WKSTA) = ("server")
shell "$DUMP"
ENDIF

If I cut and paste the command in a Dos window it works fine. When I execute it from KiX, it returns the Dumpel Usage screen. Any thoughts?
Thanks,
_________________________
GF