Search found 5 matches

by madnote
Fri Apr 01, 2011 3:14 am
Forum: PrimalForms
Topic: Confirmation Dialog
Replies: 1
Views: 1772

Confirmation Dialog

I have a button set up to run a command when clicked but i want to add a confirmation dialog box so it doesn't actually run the script until the user clicks ok. What is the easiest way to set this up?
by madnote
Tue Mar 29, 2011 7:26 am
Forum: PrimalForms
Topic: Button click to lauch cmd window
Replies: 4
Views: 3466

Button click to lauch cmd window

Thank you for your response. I can get the command to come up but can't seems to pass any arguments.[void][System.Diagnostics.Process]::Start("cmd","ping -t google.com");
by madnote
Tue Mar 29, 2011 5:16 am
Forum: PrimalForms
Topic: Button click to lauch cmd window
Replies: 4
Views: 3466

Button click to lauch cmd window

I was wondering how I would go about using a button click to pop open a cmd window with a specific command.My goal is to use this to run psexec to run wuinstall to update my servers which is all command shell based and not powershell. Any help would be awesome.Thanks.
by madnote
Thu Mar 24, 2011 2:42 pm
Forum: Other Scripting Languages
Topic: WUInstall
Replies: 1
Views: 3527

WUInstall

I was wondering if anybody has tried to integrate WUinstall into Primal Forms.I was hoping to push button server patching and have the results displayed in a list box.Any help would be appreciated.
by madnote
Thu Mar 24, 2011 2:42 pm
Forum: Other Scripting Languages
Topic: WUInstall
Replies: 1
Views: 3527

WUInstall

I was wondering if anybody has tried to integrate WUinstall into Primal Forms.I was hoping to push button server patching and have the results displayed in a list box.Any help would be appreciated.