HPlogo FCOPY Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 3 FCOPY Applications and Examples

Remote Copies

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

The following example copies a local file to a line printer connected to a remote system. First, the line must be made available.

  1. After you have logged on, at the MPE colon prompt (:) type DSLINE nodename to open the line.

  2. Log on to the remote system by typing REMOTE HELLO user.account at the prompt, as follows:

       DSLINE nodename
    
       REMOTE HELLO user.account
    

  3. Then type the following commands:

       FILE OUTPUT;DEV=nodename # LP
    
       FCOPY FROM=diskfile;TO=*OUTPUT
    

Feedback to webmaster