Cornell University Submissions Coordinated by: Dennis P. Costello National Submicron Facility G02 Knight Lab Cornell University Ithaca, NY 14853 607-256-2329 BRUIN - Author: Dennis Costello A command file which copies a BRU backup onto an ODS-2 rooted directory. Specify the backup set name and the device name on which the rooted directory should be created, eg: $ @BRUIN RSX85B DU1 VAXBRURDR.EXE, as provided here, is required. (This is a copy of the one on the RSX85A tape). Before running BRUIN, change the line in BRUIN.COM which reads: $ vmsbru :== $[manager.bru]vaxbrurdr to point to the correct location of VAXBRURDR.EXE on your system. To read in multiple backup sets from one tape, use the command file BRUALL.COM: $ @BRUALL DU1 This will make a list of all backup sets on the tape, and read each into its own subdirectory. All files on the tape must be BRU backup sets, or the command file will probably die horribly. As in BRUIN.COM above, you should change the following 2 lines to point to appropriate directories: $ vmsbru :== $[manager.bru]vaxbrurdr $ @[manager.bru]bruin 'name' 'p1' This command is quite appropriate to run as a batch job. TPC - Author: Dennis Costello VAX Native Mode replacement for the TPC utility. TPC will make an image copy of a tape to a disk file, then back out to another tape. It has worked quite well on RSX systems for years, however, it does not seem possible to coerce it to work on VMS Version 4, even with VAX-11/RSX Version 1. This is a very rough, preliminary version, without most of the neat features of the original. Its only advantage is that it works. Source and object files are included. Simply change the appropriate line in TPC.CLD to point the correct location of the image file, then issue the following commands: $ pas tpc ! optional $ for tapeio ! optional $ mar read ! optional $ link tpc, tapeio, read $ set command tpc $ libr /insert sys$help:helplib/help tpc FAT - Author: Larry Muray Pixel doubler for Sixel files. A sixel file is a bitmap of an image. Those produced by DECgraph (and probably by most other utilities) are images of a ReGIS terminal screen. When dumped to an LN03, only a small part of the page is used for the image. Also, LN03 displays a landscape-oriented image in portrait mode. FAT doubles each pixel in the sixel file, and prepends LN03 control sequences to force landscape mode. This program is in a very preliminary version - an easier to use version should be available on the Spring 86 tape. The following commands will recompile FAT: $ define lnk$library sys$library:vaxccurse.olb $ define lnk$library_1 sys$library:vaxcrtl.olb $ define c$library clib.tlb $ cc fat $ link fat