
Anonymous
Not applicable
2013-04-18
03:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to Uncompress .TBZ file using command line decrypter
Hi
I am trying to decrypt .TBZ file using command line decrypter in tSystem Component using 7Zip utility, My Task is I have Bunch of .tbz Files in a specific drive and i want to uncompress using 7Zip utility. Command i am using is 7za.exe x -y c/tbzdirectory/file1.tbz -o d/tbzuncompressedfiles (with variable file name's). I can able to uncompress the file but file i am getting is with 0KB & this is the way i need to follow (requirement).
-> Is there any other alternate you can suggest and one more quick question what all files can be Unarchived using tFileUnarchive Component.
Any Help is appreciated & its really urgent
thanks
Anil Kumar Burri
I am trying to decrypt .TBZ file using command line decrypter in tSystem Component using 7Zip utility, My Task is I have Bunch of .tbz Files in a specific drive and i want to uncompress using 7Zip utility. Command i am using is 7za.exe x -y c/tbzdirectory/file1.tbz -o d/tbzuncompressedfiles (with variable file name's). I can able to uncompress the file but file i am getting is with 0KB & this is the way i need to follow (requirement).
-> Is there any other alternate you can suggest and one more quick question what all files can be Unarchived using tFileUnarchive Component.
Any Help is appreciated & its really urgent
thanks
Anil Kumar Burri
206 Views
1 Reply

Anonymous
Not applicable
2013-04-18
11:40 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
You can try to use a tSystem component and execute this command to uncompress tbz file .
$ tar -xjf test.tbz -C /tmp/test
Decompress an archive file for further processing. Such formats are supported: *.tar.gz , *.tgz, *.tar, *.gz and *.zip.
Shong
You can try to use a tSystem component and execute this command to uncompress tbz file .
$ tar -xjf test.tbz -C /tmp/test
Decompressone more quick question what all files can be Unarchived using tFileUnarchive Component.
Decompress an archive file for further processing. Such formats are supported: *.tar.gz , *.tgz, *.tar, *.gz and *.zip.
Shong
206 Views
