Accessing Qcopy
Run Qcopy using the following command:
:run qcopy.qlib.robelle
Qcopy syntax is similar to the MPE FCOPY utility. You specify a FROM file and a TO file, and some options.
>from=xyz.src {copy file to itself} >from=xyz.src;to= {print on $stdlist} >from=xyz.src;to=abc.doc {copy to an existing file} >from=xyz.src;to=abc.doc;new {create a new editor file} >from=xyz.src;to=abc.doc;qedit {make new qedit file} >from=@.me;to=@.you {copy a group of files}