Recover vmx from log file: Difference between revisions
Jump to navigation
Jump to search
New page: === Recover vmx from log file === On the VMware community forums, [http://communities.vmware.com/people/etung|Eric Tung] has devised a little jewel of code that automates recreating a vmx ... |
mNo edit summary |
||
Line 10: | Line 10: | ||
use strict; | use strict; | ||
use warnings; | use warnings; | ||
if ($#ARGV != 0) { | if ($#ARGV != 0) { | ||
print "Recovers .vmx files from .log files. Usage:\n"; | print "Recovers .vmx files from .log files. Usage:\n"; |