Options

Example of /argfile option

gmcbathgmcbath Posts: 5
I searched this forum and the help file but can't seem to find an example of the format of the XML file when using the /argfile option.

Can you please post a small example here please?

Thank you.

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hi,

    Sorry for the dealy. As I could not find an example for the Exception Hunter XML argument file, I'll post an example here. Basically, the syntax is that anything that acts as a switch goes in a self-closing XML tag and every option that requires a value is in a normal XML tag. Either the full command or the abbreviated version is acceptable:
    <?xml version="1.0"?>
    <commandline>
        <force />
        <vv /> 
        <net2.0 />
        <all />
        <a>c:\program files\red gate\ants profiler 3\RedGate.Profiler.UI.exe</a>
        <sd>1</sd>
        <er>c:\program files\red gate\Exception Hunter 1\APExceptionReport.htm</er>
        <icb>off</icb>
        <icc>on</icc>
        <woomr>on</woomr>
    </commandline>
    
  • Options
    Thank you Brian that works perfectly.
Sign In or Register to comment.