Changes

Jump to: navigation, search
Using vmrun to Work with Guest Operating Systems Files and Directories
<pre>
vmrun -T server -h https://xps:8333/sdk -u root -p mypassword -gu fred -gp guestpasswd
copyFileFromGuestToHost "[Vol1] CentOS 5.2/CentOS 5.2.vmx" /home/fred/MyFile /tmp/MyFile
</pre>
<pre>
vmrun -T server -h https://xps:8333/sdk -u root -p mypassword -gu fred -gp guestpasswd
copyFileFromHostToGuest "[Vol1] CentOS 5.2/CentOS 5.2.vmx" /tmp/MyFile /home/fred/MyFile
</pre>
<pre>
vmrun -T server -h https://xps:8333/sdk -u root -p mypassword -gu fred -gp guestpasswd
renameFileInGuest "[Vol1] CentOS 5.2/CentOS 5.2.vmx" /home/fred/MyFile /home/fred/MyNewFile
</pre>
1,798
edits

Navigation menu