You
can activate a trace in your InputScript with the following commands
if
Q[user=XXXXX]
ProcessingOption InputScriptTrace="On"
file="C:\temp\guixt.trace.&time.txt"
endif
and at
the end of the InputScript
if
Q[user=XXXXX]
ProcessingOption InputScriptTrace="Off"
endif
|