How to extrace /desc: info from tbs file

User discussion and information resource forum for TeraByte Drive Image products, including TBNetManage.
Post Reply
tas3086
Posts: 339
Joined: Mon Mar 19, 2012 6:15 pm

How to extrace /desc: info from tbs file

Post by tas3086 »

I am 90% completely command line and script oriented in operation.
Is there a way to extract the (Image.exe) /Desc: information that must be stored in a .TBS file? Or an existing tool that I can run to automate the extraction of that information to pass it to another process?
Thank you in advance.
TeraByte Support(PP)
Posts: 1740
Joined: Fri Aug 12, 2011 12:51 am

Re: How to extrace /desc: info from tbs file

Post by TeraByte Support(PP) »

I assume you mean a .TBI file.

You can use the /L (List) parameter to get the information from the file and then process it as needed.

Example extracting the data to a file:

Code: Select all

imagew64.exe /l /all:14 /f:"d:\backups\mybackup.tbi" > d:\output.txt
tas3086
Posts: 339
Joined: Mon Mar 19, 2012 6:15 pm

Re: How to extrace /desc: info from tbs file

Post by tas3086 »

Perfect, just what I need thank you
Post Reply