Search found 108 matches

by monoeagle
Tue Oct 27, 2015 4:48 am
Forum: PowerShell Studio
Topic: Powershell Studio 2015 crashes
Replies: 2
Views: 1583

Re: Powershell Studio 2015 crashes

hmmmmmmm

Problem 2 is not a problem anymore: contextmenu >"Clear Bookmarks"

Problem 1:

second Reboot>Open Studio>Loading Project>Problem>Close Project>Close Studio>Open Studio>Loading Project > OK
by monoeagle
Tue Oct 27, 2015 4:31 am
Forum: PowerShell Studio
Topic: Powershell Studio 2015 crashes
Replies: 2
Views: 1583

Powershell Studio 2015 crashes

Product, version and build: 2015 last build 4.2.95 32 or 64 bit version of product: x64 Operating system: win7 32 or 64 bit OS: x64 Hi, 2 Problems: First: The lower end of the editor is killed. No Tab will be shown anymore. I added some screenshots and the eventlog. Second: After using search and re...
by monoeagle
Fri Oct 23, 2015 3:22 pm
Forum: PowerShell GUIs
Topic: Progressbarproblems after Change to new Powershell Studio
Replies: 11
Views: 7791

Re: Progressbarproblems after Change to new Powershell Studi

Hi David, Hi jvierra, thanks a lot for your help. It seems to work. If the amount is big the progressbar runs slow as the copy process is work. # initiate $pgb_robocopy.Value = 0 $global:currentcnt = 0 $global:totalcnt = (Robocopy "C:\Quelle" "C:\Ziel" /MIR /S /ETA /L /NC /NP).le...
by monoeagle
Fri Oct 23, 2015 5:52 am
Forum: PowerShell GUIs
Topic: Progressbarproblems after Change to new Powershell Studio
Replies: 11
Views: 7791

Re: Progressbarproblems after Change to new Powershell Studi

Do you have any idea/hint how the progressbar will work with the robocopy action?

:?
by monoeagle
Wed Oct 21, 2015 11:16 pm
Forum: PowerShell GUIs
Topic: Progressbarproblems after Change to new Powershell Studio
Replies: 11
Views: 7791

Re: Progressbarproblems after Change to new Powershell Studi

In this script you changed the robocopy command and are using a different Receive-Job command. That is why it is not working as expected. David I changed the Robocopy Command to have a greater amount of Data to copy. The DIR c:\quelle is just 3MB. "program files" are 650MB. In your exampl...
by monoeagle
Wed Oct 21, 2015 12:29 pm
Forum: PowerShell GUIs
Topic: Progressbarproblems after Change to new Powershell Studio
Replies: 11
Views: 7791

Re: Progressbarproblems after Change to new Powershell Studi

The Job-Tracker works. But why starts the progressbar running at the end? If the amount of data isn't too much it's ok, but if I copy a lot of files the progressbar runs at the end. :?: $pgb_robocopy.Value = 0 #Create a New Job using the Job Tracker Add-JobTracker -Name "JobName" ` -JobScr...
by monoeagle
Wed Oct 21, 2015 10:37 am
Forum: PowerShell GUIs
Topic: Progressbarproblems after Change to new Powershell Studio
Replies: 11
Views: 7791

Re: Progressbarproblems after Change to new Powershell Studi

Thanks for the Tip with the Job Tracker Framework.
I'll will view at it.

The Example was the support from the user: colinardo

[url]**w.administrator.de/frage/powershell-progressbar-will-285535.html#comment-1046478[/url]

He is very fast if someone have a powershell question/problem.
by monoeagle
Wed Oct 21, 2015 6:48 am
Forum: PowerShell GUIs
Topic: Progressbarproblems after Change to new Powershell Studio
Replies: 11
Views: 7791

Progressbarproblems after Change to new Powershell Studio

Hi@All, After the last Editor Session was killed with an mysql error I have to type all again. :evil: :evil: :evil: Powershell Studio: 2014 --> working Powershell Studio: 2015(4.2.95) --> not working System: Win7 x64 Used PS Version: v2 or v4 x64, on both the progressbar doesn't run on the Powershel...