How can I tell programatically whether or not the host that a script is running on is a VirtualBox V
- by Joe Casadonte
Is there any way to tell if the host that a script is running on is a VirtualBox guest VM? Ideally I'm looking for a cross-platform way. I would think this is next to impossible unless, maybe, something in the Guest Additions provides this.
Thanks!