    G  This is a collection of tape utilities I found useful along the years. H  They have been written by many Authors, distributed here under the GNU F  general Public license i.e. you can modify them and redistribute them.  as long as your are doing this for NO profit.  H  Note1: TCOPY.EXE_AXP is a VESTed version of TCOPY.EXE_VAX . I no longerF         have the source for it. Sorry. If you don't trust it, then useH         the version I have written TAPECOPY (it does something slightly ' 	different but more convenient for me).   B  Note2: I have tested STU on AXP only. I have made a quick-n-dirtyC         /DEFINE=VAXC patch for compilation with VAXC on VAX because F         the syntax puts("" "" "") (with line break) is not interpreted? 	as intended. I had no intention to use it on VAX (I don't have : 	any DLT there) so help is just simply reduced to minimal.    :  This software requires either MMK or MMS for compilation.C         MMS is  Digital Equipment Corporation, All right reserved. 8         MMK is  MadGoat Software.  All Rights Reserved.    
  To compile :  	$ MMS{/MACRO=(__AXP__=1)}   	or  	$ MMK  J  I think that the _AXP and _VAX are quite obvious, so install the requiredB  executable in your preferred location and do one of the following  <  - Define a global symbol (i.e.) READNL :== $dev:[dir]READNL4  - Place the executable in DCL$PATH (VMS 6.2 and up)$  - Insert the following in DCLTABLES         define verb READNL)                 image dev:[dir]READNL.EXE !                 cliflags(foreign) #                                     ,  I personally prefer the second solution ...    >  I have also provided a TAPEUTILS.HLP . This file is a copy of7 	http://nucwww.chem.sunysb.edu/help/@hvmsapps/TAPEUTILS     F  If you have comments, modifications, suggestions, improvements etc...G  I'd be glad to hear from you in an attempt to make this package better %  and helpful to many more VMS user's.     Thanks ( 	J.Lauret <jlauret@mail.chem.sunysb.edu>  