Here's my issue...

I've got a few batch files written to bridge the gap between CFEXECUTE and our
source control system. One of these files uses two of the redirection operators
("<" and ">") to read and write it's commands from a pair of .XML files. Here's
the kicker, these guys will run fine if just executed from the command prompt,
however when they're called from CFEXECUTE, they become "0<" and "1>",
respectively.

Has anyone encountered this before, or have some idea as to how I might be
able to work around it? Any help would be greatly appreciated.