[Date Prev][Date Next][Subject Prev][Subject Next][
Date Index][
Subject Index]
Re: New vDos and vDos-lfn version 2016.06.01
- Subject: Re: New vDos and vDos-lfn version 2016.06.01
- From: "Carl Distefano" cld@xxxxxxxx
- Date: Thu, 2 Jun 2016 23:56:44 -0400
Reply to note from "Wengier W" (Redacted
sender "wengierwu" for DMARC) Fri, 3 Jun 2016 03:19:03 +0000 (UTC)
> Regarding LPT4=CLIP, the good thing I want to point out is that
> the opposite direction, "COPY LPT4 FILE" does indeed work in
> vDos(-lfn) 2016.06.01, which did not work in original vDos
> 2015.11.01 or earlier. vDos version 2016.06.01 has this feature
> added,
Wengier, this is great news! (I just tried it, and it works.) So, once
Jos fixes LPT4=CLIP, XyWriters will be able to copy *and* paste from
the clipboard using ordinary XyWrite commands:
Xy4
---
; Copy DeFine to clipboard
nn=NOBXs,a,d,/,n,v, ,L,P,T,4,Q2
; Copy entire File to clipboard
nn=NOBXs,a,/,n,v, ,L,P,T,4,Q2
; Paste at insertion point
nn=NOBXm,e, ,L,P,T,4,Q2
Xy3:
---
; Copy DeFine to clipboard
nn=NOBCs,a,d, ,L,P,T,4,XCy,BCGT
; Copy entire file to clipboard
nn=NOBCs,a, ,L,P,T,4,XCy,BCGT
; Paste at insertion point
nn=NOBCm,e, ,L,P,T,4,XCBCGT
--
Carl Distefano
cld@xxxxxxxx