 |
» |
|
|
|
Challenge Answers |  |
| Is Your Answer...? | If Not, Start With... |
---|
1. | A text file that can contain MPE/iX commands, program file names, or
names of other command files, that can be executed. | Lesson 1 | 2. | XEQ | Lesson 2
|
Lesson 1: Using Command Files |  |
The command file P5: LISTREDO -5 P5 The file called PRF should consist of one line. PRINT FOREST;start=1;end=4 or PRINT FOREST;END=4 Type the following to execute it: PRF The command file called CG should consist of this line. CHGROUP OTHERGRP Type the following to execute: CG To check to see if the change group took place, enter: SHOWME To get back into your home group, enter: CHGROUP
 |  |  |  |  | NOTE:
The answers to exercises 4-6 may vary. |  |  |  |  |
Example: A command file called SH: SHOWTIME Type the following to execute it: SH Example: A command file called SM: SHOWME Type the following to execute it: SM Example: A file called SHOW: To execute it enter:
Lesson 2: Naming Conflicts |  |
RUNIT Use the MPE/iX command, XEQ plus the command file name. XEQ runit
|