February 27, 1987 - 16:31:58 - Bruce Morgen PROLNKPT customizes Ron Fowler's PROLINK linkage editor for command-driven use under ZCPR3. PROLINK's internal command separator is ";", just like Z3's, which prevents PROLINK from being used as a fully command-driven linking loader. To rectify that, just type PROLNKPT x where x is your choice of a command separator other than a semicolon. PROLINK.COM must be in the current directory. PROLNKPT.COM is a simple ZCPR3 alias (listed below) and should be installed with Z3INS or Z-RIP before use. After patching you can use (assuming you've chosen "&" as your command separator) command lines and scripts like: prolink origin 100&outfil dir&link dir14&search << a13:vlib,a13:z3lib,a13:syslib&exit ________________________________________________________________ VALIAS 1.2b [ZSIG] Mode: Normal Alias Name: B0:PROLNKPT A-->IF NU $1 B-->ECHO YOU MUST SPECIFY A COMMAND SEPARATOR C-->ECHO +ABORTING+ D-->ELSE E-->GET 100 PROLINK.COM F-->POKE 61D "$1 G-->REN PROLINK.OLD=PROLINK.COM H-->SAVE 40 PROLINK.COM I-->ECHO NEW COMMAND SEPARATOR IS "$1" J-->FI