Mark Grimes wrote: > Yes, thanks. That works. > Now to determine if it can manage a small binary blob of data...
You'll probably need to base64-encode it. Also, the host has a limit for how much data it will store in these variables (the default value is 1MB; you can override it by setting "tools.setInfo.sizeLimit = <# of bytes>" in the vmx file (0 = infinite). -- - Marcelo ------------------------------------------------------------------------------ _______________________________________________ open-vm-tools-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/open-vm-tools-discuss
