Re: Not working
Your
tar
tool may not support --directory
option. Try to remove it.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
tar
tool may not support --directory
option. Try to remove it.
tar -c -j -f "!?&Archive Name:?archive.tar.bzip2!" !&
tar -xvzf --directory="!?&Extract to which directory:?.!" "!"
Command 'tar -xvzf --directory="." "archive.tar.bzip2"'
failed with return code 2 and error message
tar (child): --directory=.: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: archive.tar.bzip2: Not found in archive
tar: Error exit delayed from previous errors.
tar -xvzf --directory="!?&Extract to which directory:?.!" "!"
tar -xvzf "!"
tar -xvzf "!?&Extract to which directory:?.!" "!"