INITIAL-COMMAND: Difference between revisions

From NDWiki
Jump to navigation Jump to search
(created page for the INITIAL-COMMAND command)
 
m (added a link)
Line 1: Line 1:
  @INITIAL-COMMAND <command string>
  @INITIAL-COMMAND <command string>
Specify a command to be used at next restart from memory image (@RESTART-SYSTEM or MASTER CLEAR, LOAD). The command must be ENTER-DIRECTORY.
Specify a command to be used at next restart from memory image (@RESTART-SYSTEM or [[Master Clear|MASTER CLEAR]], LOAD). The command must be ENTER-DIRECTORY.
; <command string> : The command is written without the @ sign.
; <command string> : The command is written without the @ sign.



Revision as of 23:56, 8 March 2014

@INITIAL-COMMAND <command string>

Specify a command to be used at next restart from memory image (@RESTART-SYSTEM or MASTER CLEAR, LOAD). The command must be ENTER-DIRECTORY.

<command string>
The command is written without the @ sign.

Rules:

  1. Permitted only for user SYSTEM.
  2. When INITIAL-COMMAND has been issued, the RTENTER command will also be executed at subsequent restarts.
  3. If more commands are required, the @NEXT-INITIAL-COMMAND should be used.

Example:

@INITIAL-COMMAND ENT-DIR P-ONE DIS-66MB-1

The command ENT-DIR P-ONE DIS-66MB-1 is executed at restart from memory.

Related commands

@LIST-INITIAL-COMMAND

@NEXT-INITIAL-COMMAND

@RESTART-SYSTEM

@RTENTER

References

Norsk Data Document ND–60.050.06 SINTRAN III USERS GUIDE section 6.4.3

Norsk Data Document ND–60.128.01 SINTRAN III REFERENCE MANUAL (printed June 1980), page 1-85

Norsk Data Document ND–60.174.Q01 SINTRAN III QUICK REFERENCE CARD