Hello
Can you help me fo this :
I would like to start a command line during decompress
unpack data-1a-01.bin
execute commande like wemtool
continue to unpack data-1b-01.bin
with diskspan , it makes a file record.ini like this
Code:
[Record1]
Type=FreeArc_Original
Source={src}\Data1a-01.bin
Output={app}\
Disk=1
Size=4.005.985.165 bytes
[Record2]
Type=Exec_Command
Source={cmd}
Output=/C "patch.bat"
Disk=1
[Record3]
Type=FreeArc_Original
Source={src}\Data1b-01.bin
Output={app}\
Disk=1
Size=16.231.822 bytes
[InstallerSettings]
SingleDisk=1
ASIS can do this kind of things ?
Best regards