Search found 10 matches

by b0n3z
Tue Mar 19, 2013 2:06 pm
Forum: Productivity Pack Support
Topic: PrimalPad 2012 comments/suggestions
Replies: 5
Views: 10324

Re: PrimalPad 2012 comments/suggestions

1) When editing a VBS file - Alt + F, S (for hot keys to save) do not seem to save, even though S is highlighted.

2) Feedback link is broke - bad link.

3) F5 to "Run Script" would be nice


Great light tool!

-b0n3z
by b0n3z
Wed Jun 04, 2008 1:04 am
Forum: PowerShell
Topic: Filtering on the Pipeline using Functions
Replies: 2
Views: 3092

Filtering on the Pipeline using Functions

thanks for the response jhicks.I wanted to use the Write-Host in each function to give some sort of status where the script is at (running at the command line). This shouldn't be a problem if the Write-Host doesn't affect what's in the Pipeline.
by b0n3z
Thu May 15, 2008 4:11 am
Forum: PowerShell
Topic: Backup Eventlogs to another folder
Replies: 3
Views: 2880

Backup Eventlogs to another folder

Schnauzer - do you want to something similar to this?http://www.microsoft.com/technet/scriptcenter/guide/sas_log_pcna.mspx?mfr=trueIf so we could just modify this to not clear the log and convert it to PowerShell. Would you be running the PowerShell script remotely or as a scheduled event on the wor...
by b0n3z
Tue May 13, 2008 4:31 am
Forum: PowerShell
Topic: Filtering on the Pipeline using Functions
Replies: 2
Views: 3092

Filtering on the Pipeline using Functions

Could someone please look at my code and give me a sanity check? After reading Windows PowerShell : The Power of Filtering by Don (great article), I thought I would try and add some code to help a task I wanted to accomplish. I wanted to ping a list of workstations in list.txt then check the local a...
by b0n3z
Fri Mar 21, 2008 9:39 am
Forum: Wish List and Feature Requests
Topic: PowerShell Database Browser in PrimalScript Ent.
Replies: 1
Views: 2546

PowerShell Database Browser in PrimalScript Ent.

When working with databases in PowerShell under PrimalScript Enterprise - Database Browser, selecting "Microsoft Office 12.0..." then the next button - doesn't give the option to browse for the database. We need the ... button like the following picture please.Also once the database is loa...
by b0n3z
Fri Mar 21, 2008 9:03 am
Forum: Wish List and Feature Requests
Topic: More Interactive when writing Powershell Scripts
Replies: 8
Views: 6273

More Interactive when writing Powershell Scripts

Try using:get-date | gmThis should return back all the info. (GM is the alias to Get-Member). So in your previous request - I limited your request to just methods by doing the -membertype. You could also do the following to get just method & property:Get-Date | Get-Member -MemberType Method, Pro...
by b0n3z
Fri Mar 21, 2008 8:39 am
Forum: Wish List and Feature Requests
Topic: Powershell and Colored output window
Replies: 2
Views: 3164

Powershell and Colored output window

I agree - this is something that would be very nice to have built into PrimalScript. However, I would also like the option to turn this off if wanted.For example - say your trying someone else's script and they went crazy with colors. I want to be able to turn that off so I can read the output easier.
by b0n3z
Fri Mar 21, 2008 8:27 am
Forum: Wish List and Feature Requests
Topic: Stop PoSH script execution
Replies: 2
Views: 2851

Stop PoSH script execution

I agree - this would be really nice to have. Rather than having to end the task - just have it gracefully stop the process or sub-process.
by b0n3z
Fri Mar 21, 2008 8:20 am
Forum: Wish List and Feature Requests
Topic: More Interactive when writing Powershell Scripts
Replies: 8
Views: 6273

More Interactive when writing Powershell Scripts

So it would basically do something like this?Get-Date | gm -m method
by b0n3z
Fri Mar 21, 2008 7:35 am
Forum: Wish List and Feature Requests
Topic: GUI Form Builder
Replies: 10
Views: 9672

GUI Form Builder

I agree - this is something that is needed. It's too painful to use other applications like Visual Studio or ASE rather than having it built into PrimalScript.