ant2ne
October 24th, 2009, 10:47 AM
I used to run the following script as a cron job.
#!/bin/sh
vmware-cmd "/data/vm/Ubuntu9.04/Ubuntu64-bit/Ubuntu64-bit.vmx" start
vmware-cmd "/data/vm/Server03/Windows Server 2003 Enterprise Edition 2.vmx" start
vmware-cmd "/data/vm/XP Pro x64/XP Pro x64/XP Pro x64.vmx" start
With the new version, the command vmware-cmd seems to be broken. What would the new command look like?
#!/bin/sh
vmware-cmd "/data/vm/Ubuntu9.04/Ubuntu64-bit/Ubuntu64-bit.vmx" start
vmware-cmd "/data/vm/Server03/Windows Server 2003 Enterprise Edition 2.vmx" start
vmware-cmd "/data/vm/XP Pro x64/XP Pro x64/XP Pro x64.vmx" start
With the new version, the command vmware-cmd seems to be broken. What would the new command look like?