Show TOC Start of Content Area

Background documentation get Locate the document in its SAP Library structure

Use

Gets a resource and stores its content in a file.

Syntax

Syntax

get resource [filename]

Arguments

resource

path of the resource

filename

name of the file to store the resource

Description

Gets a resource.

Example

Get the content of file /ws/test/wsp/dir/a.txt and stores it locally in the file C:\temp\a.txt.

get /ws/test/wsp/dir/a.txt c:\temp\a.txt

 

End of Content Area