HP 3000 Manuals

Lesson 1: PRINT [ MPE V to MPE XL: Getting Started ] MPE/iX 5.0 Documentation


MPE V to MPE XL: Getting Started

Lesson 1:  PRINT 

The new command PRINT prints the contents of a file on your terminal
screen.
_____________________________________________________________________
|                                                                   |
|                                                                   |
|      :PRINT FILE=MYFILE                                           |
|      This file is called                                          |
|      MYFILE.  It is only                                          |
|      three lines long.                                            |
|      :                                                            |
|                                                                   |
_____________________________________________________________________

Exercise 

Create a ten-line file with your text editor; call it LUCY.

1.   Display the contents of the file LUCY on your terminal screen by
     using the PRINT command.


NOTE For the rest of the exercises in this chapter, you will be using the file you create in this exercise. DO NOT PURGE the file LUCY before you finish chapter 3.


MPE/iX 5.0 Documentation