Search found 3 matches

by Tochtermann
Tue May 31, 2022 9:56 am
Forum: PowerShell GUIs
Topic: Compiled Powershell-Script did not terminate
Replies: 2
Views: 713

Re: Compiled Powershell-Script did not terminate

Thank You this did the trick. I have to remove the "Exit 0" and replaced it with the code provided.
This Problem is solved.
by Tochtermann
Tue May 31, 2022 12:47 am
Forum: PowerShell Studio
Topic: Write-Progress display does not display the correct length
Replies: 4
Views: 8783

Write-Progress display does not display the correct length

In a compiled Powershell Script, the Process-Bar is (in the middle of the Space) at 50% of the length when it should display 70%. I set the Percentage manually so I can be shure that it should be at 70%. The File was compiled using the Settings "Microsoft Windows 64bit" and "SAPIEN Po...
by Tochtermann
Tue May 31, 2022 12:34 am
Forum: PowerShell GUIs
Topic: Compiled Powershell-Script did not terminate
Replies: 2
Views: 713

Compiled Powershell-Script did not terminate

We compiled a Powershell Script with the Setting "SAPIEN PowerShell V5 Host (Windows Application)" for Target "Microsoft Windows 64bit"
The Script is running good, but the Process is still running. Even if I use "Exit 0" as last Command.