; ; R V T G E N . C M D ; ; Command file to build RSX to VMS command terminal program (RVT) ; Note that RVT requires the full duplex terminal driver. ; .ENABLE SUBSTITUTION .SETS UIC .ASKS IN Specify distribution device (DDNN:) .IFT .SETS IN "'IN':" .ASKS DEV Specify network task device (DDNN:) .IFT .SETS DEV "'DEV':" .ASKN [1:377] GRP Specify Network group code .SETN BAS 0 .SETN LEN 0 .ASKS PAR What is the RVT partition name (Default=GEN)? .IF PAR EQ "" .SETS PAR "GEN" .ASK MPL Are you building RVT for RSX-11M-Plus .SETS SW "" .IFT MPL .SETS SW "/MU" SET /UIC=['GRP',24] .OPEN 'DEV'['GRP',24]RVTBLD.CMD .ENABLE DATA 'DEV'['GRP',54]RVT/PR:0'SW'='IN'[200,200]RVT/LB:RVT:INIDM:EXTSK:PMRCON / TASK=...RVT PRI=65 PAR='PAR':'BAS':'LEN' EXTTSK=3000 // .DISABLE DATA .CLOSE TKB @'DEV'['GRP',24]RVTBLD PIP 'DEV'['GRP',24]RVTBLD.CMD/PU PIP 'DEV'['GRP',54]RVT.TSK/PU SET /UIC='UIC'