rpp --copy

This command copies a COBOL file into a target project and folder in your local workspace. You are advised against copying files by using Windows Explorer.

Syntax

rpp.bat --copy [options]

Parameters

Table 1. List of the available parameters
Options Comments Required Default values
--data Full path to the workspace (Rational® Developer for System z® option). Yes  
--log Log file name N/A trace.log
--source Source file or folder Yes
--destProject Name of the target project Yes  
--destFolder Name of the target folder    
--destination File name in the target    
--depth With subfolders   false
--overwrite Overwrite of existing files   false

Sample

rpp.bat --copy --source d:/working/misc/CUST01.cbl --destProject TEST01.CVI --destFolder CV0/IBM/CVI --log d:/utmp/trace.log --data d:/Working/JbyWks

Feedback