Seems those (my) BAT files are either not in the unpacker directory or have been edited.
Never mind, simply open the original 'unpack_britannia.bat' file by right clicking it and choosing 'edit' and then add
pause under the last line. This should look then like this:
Code:
unpacker.exe --source=..\..\mods\british_isles\packs\*.pack --destination=..\..\ --verbosity=1 --base_pack_path=mods/british_isles/data/
pause
Save and run. Make a note of any message that appears should the unpacking not start\finish. Proceed the same with the 'unpack_teutonic.bat' file
For comparison this is the content of my 'unpack_brittania_unpack.bat file, the 'destination' part and 'pause' being the only difference from the original, it's the only spot where 'unpack' appears.
Code:
@echo off
unpacker.exe --source=..\..\mods\british_isles\packs\*.pack --destination=C:\Unpack --verbosity=1 --base_pack_path=mods/british_isles/data/
pause
Note: if you have set the unpacker.exe file to admin rights then you will not get a message as the processing\DOS window still closes and the 'press any button' (pause entry) appears in a different DOS window titled 'cmd.exe' instead of 'unpacker.exe'.