Search found 99 matches

by huntsecker
Fri Jun 27, 2008 6:47 am
Forum: PrimalScript
Topic: Issues with Script Packager
Replies: 11
Views: 4799

Issues with Script Packager

Hey,as requested, the issues I'm getting are two fold, If i use the sapien Console packager with alternate credentials the script fails to run, if I run the script logged in as that user it runs fine. If I use Alternate credentials on the Cscript packager it runs but it spawns a second window which ...
by huntsecker
Fri Jun 27, 2008 12:43 am
Forum: PrimalScript
Topic: Alternate credentials in Script Packager
Replies: 5
Views: 2161

Alternate credentials in Script Packager

was also about to post a thread that is using alternate credentials is not working inside of the sapien script package, the windows one works but it spawns two windows, which is not the same behaviour I was getting previous to this patch.
by huntsecker
Sun Jun 15, 2008 2:13 am
Forum: PrimalScript
Topic: Packager not working
Replies: 2
Views: 1233

Packager not working

no worries, issue is caused by in the script it is looking for config file in the current Directory, on packaging the file, the vbs file gets executed in the temp directory and so Cant see the .ini file. Other annoying thing I was getting was the packager caching old scripts, unless I either pressed...
by huntsecker
Sat Jun 14, 2008 9:48 pm
Forum: PrimalScript
Topic: Packager not working
Replies: 2
Views: 1233

Packager not working

Hey,I have a script that checks for config.ini in the current Directory if it doesnt exist it exits and a message box appears telling you the config file is missing. works fine as a vbs file, packaging it with primalscripts or the windows just fails to display the msgbox any suggestions ?
by huntsecker
Fri Jun 13, 2008 9:06 pm
Forum: VBScript
Topic: FSO question
Replies: 0
Views: 2270

FSO question

Hey all, I'm having to ammend alot of text files in a directory, so I'm looping through each file reading them in line by line then checking for a number in that line if it exists it does nothing if it doesnt it appends it to a string variable adding a vbcr, once its finished reading in the text fil...
by huntsecker
Mon Jun 09, 2008 2:52 am
Forum: VBScript
Topic: Script to retrive the file information in a system
Replies: 4
Views: 2870

Script to retrive the file information in a system

Hey, you need to read into Recursion, found this link thats useful http://www.cpearson.com/excel/recursionAndFSO.htm see below for an example of one of my recursive functions Sub ProcessSubFolders(objFolder) 'scrolls through the tree structure, finding files and folders Dim colSubs, colFiles, folder...
by huntsecker
Thu Jun 05, 2008 4:31 am
Forum: VBScript
Topic: Distribution lists
Replies: 1
Views: 947

Distribution lists

Hey,I just want to be able to send to a distribution list, currently if I swap the email addresses with "IT_GROUP" then no-one ever recieves any emails, if its possible to enumerate the distribution list that would also be good.Cheers
by huntsecker
Thu May 29, 2008 8:10 pm
Forum: VBScript
Topic: Distribution lists
Replies: 1
Views: 947

Distribution lists

Hey all,was wondering if its possible to emial distribution lists through scripts as currently I'm having to enter each email address. if I type a distribution list its not found.... problem with emailing individual accounts is I'm having to constanstly modify the script to add and remove people rat...
by huntsecker
Thu May 08, 2008 11:54 pm
Forum: PrimalScript
Topic: Cannot launch WMIExplorer
Replies: 4
Views: 2052

Cannot launch WMIExplorer

http://www.sapien.com/forums/viewtopic.php?f=10&t=622 is another example of wmiexplorer not working on a 64bit system although the difference is mine is on vista which may also contribute, but Alex has posted a zip of wmiexplorer on there which you may try, it didnt work for me but you may be lu...
by huntsecker
Sat May 03, 2008 8:09 pm
Forum: Wish List and Feature Requests
Topic: virtual packager
Replies: 4
Views: 3273

virtual packager

The problem I have is a few of my scripts require that they retain focus during run-time (IE automation), I currently have a machine that runs alot of scripts on which was meaning the above script lost focus and then failed, so I had to move the script to its own machine if that makes sense.Was kind...