7zip ISO extraction -


i have been trying extract iso image through 7zip , winrar.

here command line used:

7z x -y "%isocontents%\iso.iso" -o%newfolder%  winrar.exe x -y -ow "%isocontents%\iso.iso" "%newfolder%" 

entire project uses generic batch / 4nt scripting commands. above commandline works when used locally when run on actual machine extraction pretty partial.

this strange , have no clue on reason be.

while extracting says there 2 files

readme.txt bootable_noemulation.img 

i totally frustrated totally not going per logic.

please let me know if i'm missing out something. spent time on before writing !!

thanks !!

if you're not using same iso file, it's possible other file in udf format. check readme.txt file might have note indicating such.

for 7z use -t switch 7z x -tudf -y "%isocontents%\iso.iso" -o%newfolder%


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -