1758350 Members
2239 Online
108868 Solutions
New Discussion

VTB (VT Bookreader)

 
SOLVED
Go to solution
rbeasley3
Advisor

VTB (VT Bookreader)

Has anyone ever used a freeware tool called "VTB" on VAX/VMS?

I'm trying to read a DECWindows Bookreader-formatted document -- on a VT emulator logged onto a VAX.

Without the need for an X-server tool (like eXeed, etc). 

I understand "VTB" allows one to read to DECwindows Bookreader file. If that's the case, how do you specify the name of the DECwindows Bookreader file you wish to open?

$ VTB  :== $SYS$SYSTEM:VTB.

$ VTB  <DECW$Book file>

Is that how you open the file you wish to read? I tried that, but it doesn't work. Apparently the VTB application doesn't take params. 

 

Thanks in advance,

- Ron Beasley

 

 

 

 

4 REPLIES 4
Volker Halle
Honored Contributor
Solution

Re: VTB (VT Bookreader)

Ron,

create a directory. Copy the .DECW$BOOK file into that directory. Then create a LIBRARY.DECW$BOOKSHELF file in that directory

TITLE\sample_lib\Sample Test Library
BOOK\name-of-your-DECW$BOOK-file\Description

Then execute $ DEFINE DECW$BOOK device:<directory> ! pointing to your directory

$ VTB

Volker.

 

rbeasley3
Advisor

Re: VTB (VT Bookreader)

Thank you, Volker.

That worked!

- Ron

 

 

Sunitha_Mod
Moderator

Re: VTB (VT Bookreader)

Hello Ron, 

Awesome! 

We are glad to know your concern has been addressed. 

Thanks,
Sunitha G
I'm an HPE employee.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
rbeasley3
Advisor

Re: VTB (VT Bookreader)

Does anyone know if there is a way to adjust the page size and tabs in VTB, so that the pages look better and are more readable?

Thanks in advance,

 

- Ron