Show TOC Start of Content Area

Background documentation SCRIPT Locate the document in its SAP Library structure

Use

Executes a sequence of commands in the DTR command line client defined in an external file. Such a sequence is often called a script.

Note

The script file must have the extension “.dtr” .

Syntax

Syntax

SCRIPT <fileName>

Arguments

 

<fileName>

Path to the file with commands.

Description

Takes the file from which commands have to be read as the input.

Example

To execute the script from the file c:\temp\myscript.dtr, execute:

script c:\temp\myscript.dtr

End of Content Area