Skip to content

Batch Script creator#4035

Merged
Martí Climent (marticliment) merged 9 commits intomainfrom
add-batch-creator
Aug 24, 2025
Merged

Batch Script creator#4035
Martí Climent (marticliment) merged 9 commits intomainfrom
add-batch-creator

Conversation

@marticliment
Copy link
Collaborator

Create a batch script from bundles

@marticliment Martí Climent (marticliment) linked an issue Aug 23, 2025 that may be closed by this pull request
2 tasks
@marticliment Martí Climent (marticliment) marked this pull request as ready for review August 24, 2025 16:41
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds the ability to create PowerShell batch scripts from package bundles, allowing users to export their bundle configurations as executable scripts. The implementation includes a new toolbar button for script generation and consolidates file explorer functionality.

  • Adds a "Create .ps1 script" button to the package bundles toolbar
  • Implements batch script generation with comprehensive PowerShell output formatting
  • Refactors file explorer opening functionality to use a centralized method

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.

File Description
PackageBundlesPage.cs Adds batch script creation functionality with new toolbar button and PowerShell script generation
LogPage.xaml.cs Refactors to use centralized file explorer opening method
DesktopShortcuts.xaml.cs Refactors to use centralized file explorer opening method
OperationControl.cs Refactors to use centralized file explorer opening method

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@marticliment Martí Climent (marticliment) merged commit f0bd3f2 into main Aug 24, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE REQUEST] Batch script creator

2 participants