-
-
Notifications
You must be signed in to change notification settings - Fork 1
Main Menu
The Main Menu is the first screen that appears when the program is ready. It acts as a gateway, giving you the ability to quickly load a project into PSCAT and then compile it. The Main Menu puts you in control of how you want to interact with the program.
To interact with and navigate within the program, you will need a keyboard attached to your computer (virtual keyboards are acceptable). Using the image above, provide the character that is underlined in red to navigate in the Menu. For example, to compile a project, you must enter the 'B' character and press the Enter key to confirm. Throughout the program, the menus are not case-sensitive, meaning that entering 'B' or 'b' will produce the same result.
Below is a list of options that are available within the Main Menu:
-
Build the Project
- Compile the loaded project into a compressed PK3 file.
- NOTE: Only available once a project has been loaded.
-
Access the project's webpage
- Opens a web-browser to the project's official webpage.
- NOTE: Only available once a project has been loaded AND is defined within the Project File.
-
Load a new project into PowerShell Compact-Archive Tool
- Browse and select a project to compile.
-
Check for PowerShell Compact-Archive Tool updates
- Opens a web-browser to the PowerShell Compact-Archive Tool's Releases page.
-
Help documentation
- Opens a web-browser to the PowerShell Compact-Archive Tool's Wiki page.
-
Report an issue or feature
- Opens a web-browser to the Issue Tracker
-
Exit
- Closes the program.
Do note that this project is no longer in evolution nor maintained development cycle anymore. Thus, meaning, no new features or bug fixes will be submitted into this project anymore.