Re: [staf-users] Unable to start vmware through a stax job

2009-08-20 Thread Sharon Lucas
emachine'] start = 'start' machName '%s %s %s ' % (vmware_root, start, vmware_name [i]) -- Sharon Lucas IBM Austin, luc...@us.ibm.com (512) 286-7313 or Tieline 363-7313 Sangram Bakshi 08/20/2009 07:29 AM To staf-us

Re: [staf-users] Unable to start vmware through a stax job

2009-08-20 Thread David Bender
(T/L): 1-512-286-5315 (363-5315) ITN: 23635315 Email: bda...@us.ibm.com Sangram Bakshi 08/20/2009 07:29 AM To staf-users@lists.sourceforge.net cc Subject Re: [staf-users] Unable to start vmware through a stax job Hi , I would like to add that , considering the code: vmware_na

Re: [staf-users] Unable to start vmware through a stax job

2009-08-20 Thread Sangram Bakshi
Hi , I resolved the problem . I am able to start the vmware as per my requirements. The command works as '%s %s %s ' % (vmware_root, start, vmware_name[0]) Regards Sangram On Thu, Aug 20, 2009 at 5:34 PM, Sangram Bakshi wrote: > Hi , > > I am trying to start a vmware from a stax job . > > Fr

Re: [staf-users] Unable to start vmware through a stax job

2009-08-20 Thread Sangram Bakshi
Hi , I would like to add that , considering the code: vmware_name would come as list ,i.e it could be multiple vmware names in the list , so vmware_name is a list. However , if i have vmware_name = '"c:\\vmware\RedHat\rhel3.vmx"' (as a single variable ) I am able to start the vmware . If i hav

[staf-users] Unable to start vmware through a stax job

2009-08-20 Thread Sangram Bakshi
Hi , I am trying to start a vmware from a stax job . >From the command line of a windows machine we can start a vmware by doing a: "C:\Program Files\VMware\VMware Workstation\vmrun.exe" start "C:\vmware\RedHat\rhel3.vmx" Considering if i want to start the vmware "C:\vmware\RedHat\rhel3.vmx".