<< Click to Display Table of Contents >> RayPack > 7.3 u6 > User Guide > Command Line Tools > Silent Command Line Switches Convert |
This switch instructs 7.3 u6 to convert a specified project or a folder containing projects to the RPP format.
Note: To use this command, certain prerequisite software has to be installed on the machine. Read the Converting 3rd party projects to RPP projects section for more details. |
Parameter |
Required |
Description |
||
---|---|---|---|---|
-Source <path> |
|
|
||
-Target <path> |
|
RayPack will use the file name of converted project and save the converted .rpp file in the specified folder, using the name of the original file. If the folder does not exist, it will be created automatically. |
||
-IgnoreErrors |
|
This parameter is optional and has no result if only one project is converted at once. Without this parameter, when two or more projects are converted at once and any errors is encountered during the conversion process, RayPack stops execution immediately, logs an error and return exit code 8. By setting the IgnoreErrors flag, the process continues and always returns exit code 0. The packages that failed are logged in the console window. |
||
-Recursive |
|
If present, then the subfolders are also included in a recursive search for .ism or .wsi files. |
RpCmd.exe Convert
-Source C:\OldProjects
-Target c:\RppProjects
-Recursive