Re: [staf-users] STAX script query

2011-12-15 Thread sunny arora
ss STAX-Threads, use the STAXGlobal class described in *"STAXGlobal > Class"*<http://staf.sourceforge.net/current/STAX/staxug.html#STAXGlobal_Class>section. > STAX elements that can create STAX-Threads include the following: > , , , , and > elements with a local scope. >

Re: [staf-users] STAX script query

2011-12-14 Thread Sunny Arora
d to get this information. > > -- > Sharon Lucas > IBM Austin,    luc...@us.ibm.com > (512) 286-7313 or Tieline 363-7313 > > > > > From:    Sunny Arora > To:        staf-users@lists.sourceforge.net,

[staf-users] STAX script query

2011-12-13 Thread Sunny Arora
Hi, Is there any method to find number of process running,cpu usage and physical memory using STAX scripts. Thanks, Sunny-- Systems Optimization Self Assessment Improve efficiency and utilization of IT resources. Drive

Re: [staf-users] Help required with STAF

2010-09-22 Thread sunny arora
-- Thanks and Regards, Sunny On Wed, Sep 22, 2010 at 12:10 PM, fazal waseem wrote: > Thanks sunny > > Can you guide me on how to write these commands and execute them. > > > > On Wed, Sep 22, 2010 at 3:59 PM, sunny arora wrote: > >> Hi, >> >>

Re: [staf-users] Help required with STAF

2010-09-22 Thread sunny arora
Hi, you can do the same as below: * 'remoteMachine' 'PROCESS' 'START COMMAND notepad' * 'Starting Notepad failed with RC=%s STAFResult=%s' % (*RC*, *STAFResult*) Thanks and Regards, Sunny On Wed, Sep 22, 2010 at 11:16 AM, fazal waseem wrote: > Hi, > > I am pretty

[staf-users] Query regarding files and directories

2010-06-01 Thread sunny arora
My files are: Test.xml(On remote machine) import os dirlist = os.listdir(path) dirlist Mian.xml(on local machine): remoteJob = 'C:/tests/listDir.xml' remoteMachine = 'staf3a' remotePath = '\'C:/tests\'' remoteMachine 'STAX' 'EXECUTE FILE %s MACHINE %