Search found 48 matches

by jwestan
Thu Aug 25, 2011 2:09 am
Forum: PrimalScript
Topic: PS 2011 Error Getting file security
Replies: 1
Views: 1277

PS 2011 Error Getting file security

I am trying to install Primal Script on Win 7 64 bit and keep getting this error when trying to install.Error getting file security :network locationusersusernameMy DocumentsSAPIENScripts GetLastError: 50 It seem that it is using a registry entry to set the My Documents on a network location instead...
by jwestan
Thu Aug 04, 2011 5:30 am
Forum: VBScript
Topic: Windows 7 CMD.exe issue
Replies: 4
Views: 3441

Windows 7 CMD.exe issue

Quick Update,

I modified your demo script to use the nodeinfo.exe and still did not get the entire output.
Node: x
IP Address: xxx.xxx.xxx.xxx
Time: date time
Mem Used: x%
Mem Free: xx KB
Storage Card 0

by jwestan
Thu Aug 04, 2011 4:35 am
Forum: VBScript
Topic: Windows 7 CMD.exe issue
Replies: 4
Views: 3441

Windows 7 CMD.exe issue

Hi everyone, Not sure where to ask this so I figured I would ask it in the vbscript section since I am using a vbscript that is having this issue. uploads/29420/Forum_Get_POS_Node_Info_v5.txt This issue is happening on Windows 7 Pro OEM. I am using a script that calls an in-house exe that queries a ...
by jwestan
Tue Nov 02, 2010 2:10 am
Forum: VBScript
Topic: how do i determine position an element in an array
Replies: 7
Views: 3980

how do i determine position an element in an array

This is for Powershell correct?


I am using VBScript.
by jwestan
Tue Nov 02, 2010 1:18 am
Forum: VBScript
Topic: how do i determine position an element in an array
Replies: 7
Views: 3980

how do i determine position an element in an array

jvierra, How could I find the middle number of the array if I had an array like: LINE,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,,,,,,,,,,,,,,,,,,181 I am able to find the last number with UBound like in the example you gave but I having issues find the middle number. It is never in the same array postion and...
by jwestan
Sun Jan 17, 2010 10:49 pm
Forum: VBScript
Topic: CSV File to Excel
Replies: 3
Views: 2691

CSV File to Excel

This was my final solution, there may be a more elegant way to do this but the values are placed in the correct column. Const ForReading = 1 Dim arrFields, strName, strNewContent,strLine, arrLine Dim args : Set args = WScript.Arguments If wscript.Arguments.Count = 0 Then  WScript.Echo "Usage: P...
by jwestan
Fri Jan 15, 2010 7:51 am
Forum: VBScript
Topic: CSV File to Excel
Replies: 3
Views: 2691

CSV File to Excel

I wanted to format the Excel spreadsheet so that MA356874SC,3,95,4,98 would go under Node 3 and Node 4 and not just list out the numbers.
by jwestan
Fri Jan 15, 2010 7:19 am
Forum: VBScript
Topic: CSV File to Excel
Replies: 3
Views: 2691

CSV File to Excel

I have a CSV file that looks like this. FL340628SC,1,94,2,94,3,95,4,93,5,95 MA341282SC,1,83,2,94,3,93 NJ331947SC,1,95,2,183,3,94,4,94,5,95 NY345922SC,,,,, FL340445SC,1,91,2,92,3,93,4,95,5,92 NJ336078SC,1,95,2,91,3,93,4,90,5,95,6,94 IL300716SC,,,,, MA368952SC,2,95 MA356874SC,3,95,4,98 I am able to cr...
by jwestan
Fri Oct 23, 2009 8:43 am
Forum: VBScript
Topic: Way to populate Citrix Log in Webpage
Replies: 2
Views: 2073

Way to populate Citrix Log in Webpage

I was wondering if there was a way to populate a Citrix Login Webpage with my user id, password and domain?
I can open the webpage but is there a way to populate the user, password and domain text boxes?
Can I grab them as elements and populate them that way?

Thanks
by jwestan
Fri Oct 23, 2009 8:43 am
Forum: VBScript
Topic: Way to populate Citrix Log in Webpage
Replies: 2
Views: 2073

Way to populate Citrix Log in Webpage

I was wondering if there was a way to populate a Citrix Login Webpage with my user id, password and domain?
I can open the webpage but is there a way to populate the user, password and domain text boxes?
Can I grab them as elements and populate them that way?

Thanks