Hi, I need to append a script file which just contains a y and return
character to accept the first question I get from command line when
executing a command.

My process is:

<process name="'secureErase'">
<location>'local'</location>
<command>'%s -X -n %s -p ffff' % (rssdcliWin,driveId)</command>
<parms>redirectYesAnswerToaFile</parms>
<returnstdout/>
<returnstderr/>
</process>

where:

rssdcliWin='C:\\Program Files\\RealSSD Manager\\rssdm.exe'
redirectYesAnswerToaFile=' < yes.bat'

and yes.bat contains:

y
<return character>

When I execute this string from CLI it's ok and software executes
correctly, but from STAX Monitor I get a parameters error.

Can you help me?

Thanks.

Luca.
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
staf-users mailing list
staf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/staf-users

Reply via email to