VMWare Player cmd startup script
29 01 2008Did you ever tried to automate the process of having a script or shortcut to automatically start a virtual guest with VMWare Player? After you login you can start VMWare Player and locate the virtual machine or click the recent one but still you need to control this process. Maybe you want to start the virtual machine at system startup with Scheduled Tasks or instruct a user to click on a specific shortcut for a pre-created virtual machine he needs to test.
I created a small script which can used for this process. Create new file in notepad and paste the commands below. Make sure the VMWare Player installation path is correct and the location of your VMWare guest.
@Echo off
REM VMWare Player cmd script for virtual guest startup
REM Ivan Versluis @ Networknet.nl
REM Email: Ivan.Versluis@networknet.nl
REM Date: 29/01/2008
"C:\Program Files\VMware\VMware Player\vmplayer.exe" "C:\VMWareGuests\Server\Windows Server 2003 Standard Edition.vmx"
The result


Recent Comments