Hi,
how can I decompress a tar file on guest Linux suse guest with runprogramfile?
tar take the argument "xvf" before name file.tar. How can i pass the "xvf" argument in the command runprograminguest?
I wrote:
vmrun -T esx -h "https://xxx.xxx.com/sdk" -u "mxxxxxi" -p "mxxx" -gu "xxx" -gp "xxxxx" runProgramInGuest "xxxxxx ncxxxx/xxxx.vmx" "bin/tar" "xvf" "/bin/file.tar" -display
but, nothing happened! Please help me!
how can I decompress a tar file on guest Linux suse guest with runprogramfile?
tar take the argument "xvf" before name file.tar. How can i pass the "xvf" argument in the command runprograminguest?
I wrote:
vmrun -T esx -h "https://xxx.xxx.com/sdk" -u "mxxxxxi" -p "mxxx" -gu "xxx" -gp "xxxxx" runProgramInGuest "xxxxxx ncxxxx/xxxx.vmx" "bin/tar" "xvf" "/bin/file.tar" -display
but, nothing happened! Please help me!