Skip to content

Execute command line validations #606

Closed Answered by tom-englert
bdovaz asked this question in Q&A
Discussion options

You must be logged in to vote

# Create the scripting host of ResXManager:
Add-Type -Path 'ResXManager.Scripting.dll'
$myhost = New-Object -TypeName 'ResXManager.Scripting.Host'
# Load a project by specifying the solution folder (like in the standalone version)
$myhost.Load($solutionFolder)

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by bdovaz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #591 on November 05, 2023 15:06.