Modifying Resource Properties using XPECMD tool

  • Thread starter Thread starter Boby George
  • Start date Start date
B

Boby George

Hi All,

Is there a way I can modify a resource using XPECMD.

In my case, for USB boot I would like to disable "FBA DLL/COM
Registration" resource under Enhanced Write Filter using the XPECMD
script. I am not sure how I can do this in this script. Please suggest.

Thank You,

Boby
 
Hi Bob,

I confirmed my suspicions which I'd voiced in the chat yesterday, namely
that modifying resources is not currently possible using XPECMD. I did open
a feature request bug for this issue, so it can be considered when we start
our palnning for the next version of the product.

Lynda
 
Thank you Linda. I really appreciate the info. I guess I could recommend
modifying the resources changes through TD.

Thanks Again,

Boby
 
Thank you Linda. I really appreciate the info. I guess I could recommend
modifying the resources changes through TD.

Thanks Again,

Boby
 
Good news- I found that this action can be performed using XPECMD. The usage
is:

get myInst cfg "The component you want to alter"
myInst.Resources[N].Disabled = TRUE
 
Back
Top