Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-tm-dev] "Run a command" functionality

On Monday, June 20, 2011 16:19:49 David McKnight wrote:
> Hi Vladimer,
> 
> I'm not sure whether this will solve all your requirements but you might
> want to try using SimpleCommandOperation.
> 
> 		SimpleCommandOperation cmdOp = new SimpleCommandOperation
> (cmdss, remoteFile, false);
> 		cmdOp.runCommand(<cmd>, true);

Hi David,

It looks like this still uses IRemoteCmdSubSystem, which is what we're trying
to use as well, and run in all the issue I've listed in the thread starter :-(

-- 
Vladimir Prus
CodeSourcery / Mentor Graphics
+7 (812) 677-68-40


Back to the top