Basic Operations

<< Click to Display Table of Contents >>

RayPack > 7.3 u6 > User Guide > Command Line Tools > PowerShell Automation 

Basic Operations

Open-Project

Opens a project in MSI or RPP format.

 

Name 

Type 

Mandatory 

Description 

File

FileInfo

Yes

The file to open.

 

Returns an instance of RayPackFile type. You should keep the reference to the returned object in a variable, so that you can execute operations on it, export it or close it.

 

Close-Project

Opens a project in MSI or RPP format.

 

Name 

Type 

Mandatory 

Description 

Project

RayPackFile

Yes

The file to open.

Commit

Switch

No

If set, all changes executed on a project will be saved. If you do not use this switch, the project is closed without saving your changes.

All

Switch

No

Instead of specifying a project (via -Project parameter), you can instead use this switch to close all projects in the current session.

 

This command let does not return any value.