Search found 27 matches

by whompem
Thu Jul 17, 2014 5:35 pm
Forum: CIM Explorer
Topic: Output results do not show arrays
Replies: 6
Views: 24241

Re: Output results do not show arrays

Arrays now show with the latest release.
by whompem
Tue Jul 01, 2014 10:51 am
Forum: CIM Explorer
Topic: Output results do not show arrays
Replies: 6
Views: 24241

Re: Output results do not show arrays

Thanks for the update.
by whompem
Mon Jun 30, 2014 3:01 pm
Forum: PrimalScript
Topic: Running script shows nothing
Replies: 9
Views: 7172

Re: Running script shows nothing

This script allows me to reproduce the issue:

Do While true
WScript.Echo "bye"
WScript.Sleep 1000

Loop

When I run this script in debug mode the output doesn't show during execution about 50% of the time for me. If I run it (not debug) then it works as expected.
by whompem
Mon Jun 30, 2014 2:28 pm
Forum: PrimalScript
Topic: Running script shows nothing
Replies: 9
Views: 7172

Re: Running script shows nothing

I am running 7.0.39

It does output sometimes - about 50/50 between caching until the end of the run and piping it during the script execution.
by whompem
Sat Jun 28, 2014 2:33 pm
Forum: PrimalScript
Topic: Running script shows nothing
Replies: 9
Views: 7172

Re: Running script shows nothing

Let me show how having this is helpful (much like having the elevation button is helpful, but I can just run primalscript as administrator and achieve the same thing, it makes things easier for me): I am attaching two images. Tell me from the images what script I am running and what the results are....
by whompem
Sat Jun 28, 2014 1:31 pm
Forum: CIM Explorer
Topic: Output results do not show arrays
Replies: 6
Views: 24241

Re: Output results do not show arrays

Select * From Win32_NetworkAdapterConfiguration. The Output results have IPAddress blank. This is an array of strings but it doesn't say it is an array in the CIMType/.NET Type, nor does it have a value or a button to press to enumerate the array. When I tried using the property list option, it just...
by whompem
Sat Jun 28, 2014 1:15 pm
Forum: PrimalScript
Topic: Running script shows nothing
Replies: 9
Views: 7172

Re: Running script shows nothing

You know that you've run it, true - but knowing when it is done is easier when there is a visual representation that it is running, especially if you aren't just sitting there watching it run. Not sure if your comment was meant to be sarcastic or not, but assuming someone knows something was done is...
by whompem
Sat Jun 28, 2014 12:06 pm
Forum: PrimalScript
Topic: Running script shows nothing
Replies: 9
Views: 7172

Running script shows nothing

I brought this up already but I didn't get a response to it. I went straight from PS2007 to PS2014 - I was used to a [Running] in the titlebar when a script was running. Now, all I get is a disabled run button while a script is running. Can we get [Running] back in the titlebar? We get [break] while...
by whompem
Sat Jun 28, 2014 12:03 pm
Forum: CIM Explorer
Topic: Output results do not show arrays
Replies: 6
Views: 24241

Output results do not show arrays

When getting instances in WMI Explorer (using latest version 2.0.41) When running a query, the output results do not show anything if the datatype is an array of xx, and the property/method only says the base data type (string for example) instead of identifying it as an array. I had to switch to CI...
by whompem
Sat May 31, 2014 10:53 am
Forum: PrimalScript
Topic: No Output/Debug results
Replies: 2
Views: 8383

Re: No Output/Debug results

Very cool, I missed the build incremement. I've downloaded and output is working properly now (which is the most important piece to me) - just curious though, will [run] be added to the script's titlebar when it is running? Thanks for your assistance and I'm glad it turns out I haven't lost it compl...