I will post my .bat scripts for the VMware. Hope you find it usefull.
Start Machines script:
C:
cd "C:\Program Files (x86)\VMware\VMware VIX"
vmrun.exe start D:\VM\BotSlave01\BotSlave01.vmx
vmrun.exe start D:\VM\BotSlave02\BotSlave02.vmx
vmrun.exe start D:\VM\BotSlave03\BotSlave03.vmx
vmrun.exe start D:\VM\BotSlave04\BotSlave04.vmx
vmrun.exe start D:\VM\BotSlave05\BotSlave05.vmx
vmrun.exe start D:\VM\BotSlave06\BotSlave06.vmx
vmrun.exe start D:\VM\BotSlave07\BotSlave07.vmx
vmrun.exe start D:\VM\BotSlave08\BotSlave08.vmx
Stop Machines script:
C:
cd "C:\Program Files (x86)\VMware\VMware VIX"
vmrun.exe stop D:\VM\BotSlave01\BotSlave01.vmx
vmrun.exe stop D:\VM\BotSlave02\BotSlave02.vmx
vmrun.exe stop D:\VM\BotSlave03\BotSlave03.vmx
vmrun.exe stop D:\VM\BotSlave04\BotSlave04.vmx
vmrun.exe stop D:\VM\BotSlave05\BotSlave05.vmx
vmrun.exe stop D:\VM\BotSlave06\BotSlave06.vmx
vmrun.exe stop D:\VM\BotSlave07\BotSlave07.vmx
vmrun.exe stop D:\VM\BotSlave08\BotSlave08.vmx
Delete all previous VM Clones and make a new ones. (Each new Riot patch, makes your clones so much heavy in MBs / GBs, so this script create a new clones from 0, remember to use a BotMaster Full updated)
C:
cd "C:\Program Files (x86)\VMware\VMware VIX"
vmrun.exe stop D:\VM\BotSlave01\BotSlave01.vmx
vmrun.exe stop D:\VM\BotSlave02\BotSlave02.vmx
vmrun.exe stop D:\VM\BotSlave03\BotSlave03.vmx
vmrun.exe stop D:\VM\BotSlave04\BotSlave04.vmx
vmrun.exe stop D:\VM\BotSlave05\BotSlave05.vmx
vmrun.exe stop D:\VM\BotSlave06\BotSlave06.vmx
vmrun.exe stop D:\VM\BotSlave07\BotSlave07.vmx
vmrun.exe stop D:\VM\BotSlave08\BotSlave08.vmx
vmrun.exe stop D:\VM\BotSlave09\BotSlave09.vmx
vmrun.exe stop D:\VM\BotSlave10\BotSlave10.vmx
vmrun.exe stop D:\VM\BotSlave11\BotSlave11.vmx
vmrun.exe stop D:\VM\BotSlave12\BotSlave12.vmx
vmrun.exe stop D:\VM\BotSlave13\BotSlave13.vmx
vmrun.exe stop D:\VM\BotSlave14\BotSlave14.vmx
vmrun.exe stop D:\VM\BotSlave15\BotSlave15.vmx
vmrun.exe stop D:\VM\BotSlave16\BotSlave16.vmx
tskill vmware
vmrun.exe -T ws deleteVM D:\VM\BotSlave01\BotSlave01.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave02\BotSlave02.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave03\BotSlave03.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave04\BotSlave04.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave05\BotSlave05.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave06\BotSlave06.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave07\BotSlave07.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave08\BotSlave08.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave09\BotSlave09.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave10\BotSlave10.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave11\BotSlave11.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave12\BotSlave12.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave13\BotSlave13.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave14\BotSlave14.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave15\BotSlave15.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave16\BotSlave16.vmx
vmrun.exe -T ws clone "D:\VM\BotMaster\Windows XP Professional.vmx" D:\VM\BotSlave01\BotSlave01.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\Windows XP Professional.vmx" D:\VM\BotSlave02\BotSlave02.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\Windows XP Professional.vmx" D:\VM\BotSlave03\BotSlave03.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\Windows XP Professional.vmx" D:\VM\BotSlave04\BotSlave04.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\Windows XP Professional.vmx" D:\VM\BotSlave05\BotSlave05.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\Windows XP Professional.vmx" D:\VM\BotSlave06\BotSlave06.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\Windows XP Professional.vmx" D:\VM\BotSlave07\BotSlave07.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\Windows XP Professional.vmx" D:\VM\BotSlave08\BotSlave08.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\Windows XP Professional.vmx" D:\VM\BotSlave09\BotSlave09.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\Windows XP Professional.vmx" D:\VM\BotSlave10\BotSlave10.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\Windows XP Professional.vmx" D:\VM\BotSlave11\BotSlave11.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\Windows XP Professional.vmx" D:\VM\BotSlave12\BotSlave12.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\Windows XP Professional.vmx" D:\VM\BotSlave13\BotSlave13.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\Windows XP Professional.vmx" D:\VM\BotSlave14\BotSlave14.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\Windows XP Professional.vmx" D:\VM\BotSlave15\BotSlave15.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\Windows XP Professional.vmx" D:\VM\BotSlave16\BotSlave16.vmx linked
pause
You will need to change the Paths of the scripts to your own windows configuration.
On windows XP. The stop process option is no
tskill vmware. is
taskkill /f /im vmware.exe