Search found 8 matches

by bkcarter333
Wed Jun 16, 2010 7:11 am
Forum: PowerShell
Topic: Parsing HTML with Powershell
Replies: 14
Views: 30560

Parsing HTML with Powershell

Ok.. >>>"#2 idea Save web page to a text file and just parse the plain text. If it is a tabular report this will be much easier." >>> This is why I started this thread. Please go back and read my original post. Can you tell me what basic code I need to be able to do that? I am having troub...
by bkcarter333
Mon Jun 14, 2010 6:13 am
Forum: PowerShell
Topic: Parsing HTML with Powershell
Replies: 14
Views: 30560

Parsing HTML with Powershell

First, I am new to Powershell and am using v2. I have an HTML output report file that I want to parse using Powershell. The report is from Nessus scanner, and we are trying to create a summary type report from all the detail. Everything I need access to is between the <body> and </body> tags. Then e...
by bkcarter333
Mon Jun 14, 2010 6:13 am
Forum: PowerShell
Topic: Parsing HTML with Powershell
Replies: 14
Views: 30560

Parsing HTML with Powershell

First, I am new to Powershell and am using v2. I have an HTML output report file that I want to parse using Powershell. The report is from Nessus scanner, and we are trying to create a summary type report from all the detail. Everything I need access to is between the <body> and </body> tags. Then e...
by bkcarter333
Wed Dec 30, 2009 8:25 am
Forum: Customer Service
Topic: PrimalScript and Scope 2009 debugger hangs
Replies: 7
Views: 5881

PrimalScript and Scope 2009 debugger hangs

It appears to be pretty consistent under the following scenario. Maybe others, but I can get it to fail on this one pretty much every time. Create vbscript file, and start debugger. F11 step through a few steps, then change the focus to a different item within the app (another open file, the watch w...
by bkcarter333
Wed Dec 30, 2009 7:52 am
Forum: Customer Service
Topic: PrimalScript and Scope 2009 debugger hangs
Replies: 7
Views: 5881

PrimalScript and Scope 2009 debugger hangs

Well, I was starting to think it was only happening when I changed the focus of the window so I tried it without doing that, and it still happens. I have created a new script and started with the basics, just a for next loop. Appears to be fine, and then as I add to the script it is still working fi...
by bkcarter333
Wed Dec 30, 2009 3:44 am
Forum: Customer Service
Topic: PrimalScript and Scope 2009 debugger hangs
Replies: 7
Views: 5881

PrimalScript and Scope 2009 debugger hangs

can you tell me the exact build number of PrimalScript you have? (5.0.622) And get the file versions for : pdm.dll (9.0.30729.1) msdebug2.dll (9.0.30729.1) "Machine Debug Manager" is not even lists in Services. I looked both while running a debug session and not. Thanks I also noticed that...
by bkcarter333
Wed Dec 30, 2009 1:53 am
Forum: Customer Service
Topic: PrimalScript and Scope 2009 debugger hangs
Replies: 7
Views: 5881

PrimalScript and Scope 2009 debugger hangs

I am running PrimalScript 2009 and PrimalScope 2009. My OS is Vista SP1 32 bit. I am writing a vbscript file. When I try to debug the file, it enters the debugger, runs through the first 5 steps or so, and then hangs. Whether I single step through or Go it gives me the same result. The line that it ...
by bkcarter333
Wed Dec 12, 2007 5:49 am
Forum: Wish List and Feature Requests
Topic: Add edits to Watch Window
Replies: 1
Views: 2351

Add edits to Watch Window

In the pre PS 4 days, I would use the Windows Script Debugger to debug VBScripts. One of the features that it provided was the ability to enter expressions into a window that would execute immediately. This was very useful in that it gave me the ability to change a value in a variable, or test a new...