In the GUI, I can open the NTFS and extract individual files, but I can't target files inside of that from the CMD. Since the files are all over the place and I have 70 of them, it's not optimal to use the GUI file manager. Here's the output for your list request though. Thanks for taking a look! Scanning the drive for archives: 1 file, 64424509440 bytes (60 GiB) Listing archive: VMDK_NAME-flat.vmdk -- Path = VMDK_NAME-flat.vmdk Open WARNING: Can not open the file as [VMDK] archive Type = MBR Physical...
I have ~70 VMDK's that I would like to extract specific files from, but I can't seem to get the CMD version to dig into the "1.NTFS" file that it sees inside VMDK's. I can navigate through the zip files through the GUI and extract files, but I need to script this to manage all 70 VMDK's and other similar, future experiences. Below is the command I attempted (pulling the System event log as a filemask): "C:\Program Files\7-Zip\7z.exe" x VMDK_FILE-flat.vmdk -oD:\Documents\ System.evtx -r -y The error...