Search found 62 matches

by GHIsolierung
Tue Apr 19, 2016 10:51 pm
Forum: PowerShell Studio
Topic: Code only for Dotnet 2.0
Replies: 4
Views: 2393

Re: Code only for Dotnet 2.0

Hello and thanks for reply, in this case it is a special Power Shell Studio question. I want to make GUI Applications for our Server, but theres another dotnet and powershell Version installed. When I transform my powershell scripts to executables, theres always a popup failure coming up, that dotne...
by GHIsolierung
Tue Apr 19, 2016 4:00 am
Forum: PowerShell Studio
Topic: Code only for Dotnet 2.0
Replies: 4
Views: 2393

Code only for Dotnet 2.0

Product, version and build: 5.2.119 32 or 64 bit version of product: 64 Operating system: Windows 10 32 or 64 bit OS: 64 PowerShell Version: 5 Hello, short question. Im working with Windows 10 and Powershell Studion 2016 and Ihe Code is automatically working with .NetFramework 4 If I want to Code fo...
by GHIsolierung
Tue Mar 29, 2016 7:42 am
Forum: PowerShell Studio
Topic: Running *.ps1 from converted *.exe
Replies: 4
Views: 3575

[solved]Running *.ps1 from converted *.exe

ok solved it. changed the code from < . .\Credentials.ps -BackColor $BackColor > to function Get-MyCredentials { $path = $ScriptDirectory + "\Credentials.ps1" [b]& $path -Backcolor $BackColor[/b] $Creds = New-Object System.Management.Automation.PSCredential -ArgumentList $Username, $Pa...
by GHIsolierung
Tue Mar 29, 2016 6:49 am
Forum: PowerShell Studio
Topic: Running *.ps1 from converted *.exe
Replies: 4
Views: 3575

Re: Running *.ps1 from converted *.exe

...hm no one else has the Problem.

How do you open other skripts (or other exe) from converted powershell Skript?
by GHIsolierung
Sat Mar 19, 2016 8:55 am
Forum: PowerShell Studio
Topic: Running *.ps1 from converted *.exe
Replies: 4
Views: 3575

Re: Running *.ps1 from converted *.exe

Hello and thanks for the reply. The Multiform Scripts perpuse is to massive Reboot our Server at a scheduled time. For this and for other scripts I wrote an own authentication form similar to Microsofts one, that I call whenever I need credentials. Simple Thing, two textboxes returning username and ...
by GHIsolierung
Fri Mar 18, 2016 6:57 am
Forum: PowerShell Studio
Topic: Running *.ps1 from converted *.exe
Replies: 4
Views: 3575

Running *.ps1 from converted *.exe

Product, version and build:Powershell Studio 2015 V 4.2.91 32 or 64 bit version of product:64 Operating system: Windows 8.1 32 or 64 bit OS: 64 Hello, I try to open another Powershell Script from converted *.exe ( Powershell Script to exe) If I am in Powershell Studio and working from the Script, I ...
by GHIsolierung
Fri Feb 06, 2015 12:53 pm
Forum: PowerShell GUIs
Topic: Putting complex commands in Jobs
Replies: 25
Views: 6720

Re: Putting complex commands in Jobs

jvierra wrote:start with this:

robocopy c:\scripts c:\test2 * /L /NFL /E

robocopy /?

Ok, its late..I will try tomorrow evening with the robocopy Version
:D

Its nearly 22:00 Uhr in our Time Zone..have mercy.. :=)
by GHIsolierung
Fri Feb 06, 2015 12:50 pm
Forum: PowerShell GUIs
Topic: Putting complex commands in Jobs
Replies: 25
Views: 6720

Re: Putting complex commands in Jobs

Sorry for being stupid this time, but if i change your $buttonStartoJob_Click with mine I get an error and it dowe not start...picture
by GHIsolierung
Fri Feb 06, 2015 12:32 pm
Forum: PowerShell GUIs
Topic: Putting complex commands in Jobs
Replies: 25
Views: 6720

Re: Putting complex commands in Jobs

Robocopy: Yes I will try to do that. First I have to figure out how to. Don´t forget I´m no programmer, we had the discussion before :=) but I´m still learning a lot. The little Program is far from complete. - catch failures - creating a own output ( own grid, dont know what exactly ) etc etc. but I...
by GHIsolierung
Fri Feb 06, 2015 12:20 pm
Forum: PowerShell GUIs
Topic: Putting complex commands in Jobs
Replies: 25
Views: 6720

Re: Putting complex commands in Jobs

I want this in the picture