Search found 14 matches

by Double Reddog
Thu Apr 30, 2015 1:23 pm
Forum: PrimalScript
Topic: unable to run elevated
Replies: 2
Views: 2979

Re: unable to run elevated

Thanks for your speedy response. When I got my new PC, I assumed I was setup as a standard user. It ends up I was in the administrators group. Once I removed my userid from the administrators group and then used the "run elevated" option within primalscript, it prompted me for credentials ...
by Double Reddog
Wed Apr 29, 2015 2:20 pm
Forum: PrimalScript
Topic: unable to run elevated
Replies: 2
Views: 2979

unable to run elevated

I'm using version 7.1.62 of primalscript. I'm trying to run a program using the "run elevated" and it's not working as expected. Normally, when I select this, I am prompted for credentials, I provide them and the script will run using those credentials. Today, I do not get prompted for cre...
by Double Reddog
Fri Jun 06, 2014 2:16 pm
Forum: PrimalScript
Topic: Output window text delay
Replies: 7
Views: 5169

Re: Output window text delay

I created an example which does not use AD. I can post it if you would like but it's a little lengthy. The script will read a folder on a given computer and simply list the files in that folder. On a computer I created a folder call test; created a file named file1.txt and then copied this file 100 ...
by Double Reddog
Fri Jun 06, 2014 1:37 pm
Forum: PrimalScript
Topic: Output window text delay
Replies: 7
Views: 5169

Re: Output window text delay

7.0.36
by Double Reddog
Fri Jun 06, 2014 12:40 pm
Forum: PrimalScript
Topic: Output window text delay
Replies: 7
Views: 5169

Re: Output window text delay

Here's a relatively simple example. The following script will generate a list of domain controllers in active directory. When I run it using cscript via a CMD prompt, the list of DC's will display one by one (about 3 per second) and the results will eventually make the screen scroll. This takes abou...
by Double Reddog
Fri Jun 06, 2014 8:16 am
Forum: PrimalScript
Topic: Output window text delay
Replies: 7
Views: 5169

Output window text delay

I'm on the current release of primalscript. I've noticed ever since a few releases ago, that scripts which send text to the output window is delayed when displaying. This delay does not happen when running scripts from the CMD prompt, only from within primalscript. It also does not happen when runni...
by Double Reddog
Fri May 02, 2014 2:21 pm
Forum: PrimalScript
Topic: Output buffer limitation
Replies: 5
Views: 4907

Re: Output buffer limitation

I'm using version 7.0.30. BTW, I change the sleep time to 20 ms and it did not "hang" when run via primalscript.
by Double Reddog
Fri May 02, 2014 10:08 am
Forum: PrimalScript
Topic: Output buffer limitation
Replies: 5
Views: 4907

Re: Output buffer limitation

The sleep command allowed the output to display a little over 31000 items and then hung. I suspect increasing this to 20 ms will be better (on my computer). Thanks for the work around. I'll use that until an update is available.
by Double Reddog
Fri May 02, 2014 9:17 am
Forum: PrimalScript
Topic: Output buffer limitation
Replies: 5
Views: 4907

Output buffer limitation

I've been running into a limitation of the Output screen. There seems to be a limitation to the number of lines which can be displayed from a script. The following script will demonstrate the issue: For i = 1 To 99999 WScript.Echo i & vbTab & "Display a line of text on the screen" ...
by Double Reddog
Thu Apr 24, 2014 7:29 pm
Forum: PrimalScript
Topic: Unable to Debug after installation of latest release
Replies: 3
Views: 3115

Re: Unable to Debug after installation of latest release

That worked. I can now debug. Thanks for addressing this so quickly.