Search found 6 matches

by rs6000101
Fri Jun 22, 2012 7:17 am
Forum: VBScript
Topic: Collect Users Info In Group
Replies: 6
Views: 6066

Collect Users Info In Group

Ok I do apologize yes " resp = InputBox("Get Input","default text")" works by it's self. I can only assume that I'm not being clear. My problem is getting the " InputBox " to work in my script to allow me to put the group in the " InputBox " instead ...
by rs6000101
Fri Jun 22, 2012 4:55 am
Forum: VBScript
Topic: Collect Users Info In Group
Replies: 6
Views: 6066

Collect Users Info In Group

Good morning and thanks for the reply, I've tried using the following syntax and have been unsuccessful on getting it to work. Also saving with no path this doesn't work I've tried removing the (C:) path out and it ends up not generating any file. ;Start Block groupName = inputbox("Please enter...
by rs6000101
Fri Jun 22, 2012 1:15 am
Forum: VBScript
Topic: Error capturing advice
Replies: 1
Views: 3148

Error capturing advice

Take a look at the "vbs capturing application installation error messages" script at the following link this should do what you need best of luck.
http://social.technet.microsoft.com/For ... 1509105e80
by rs6000101
Fri Jun 22, 2012 12:28 am
Forum: VBScript
Topic: Collect Users Info In Group
Replies: 6
Views: 6066

Collect Users Info In Group

Good morning question I'm new to VB scripting i've been doing CRON scripting to long, anyways; I found a VB-Script for gathering users and there information from a group. I was wondering if I could get some assistance on making a few changes.1: once the script is executed I'd like for it to ask for ...
by rs6000101
Fri Jun 22, 2012 12:28 am
Forum: VBScript
Topic: Collect Users Info In Group
Replies: 6
Views: 6066

Collect Users Info In Group

Good morning question I'm new to VB scripting i've been doing CRON scripting to long, anyways; I found a VB-Script for gathering users and there information from a group. I was wondering if I could get some assistance on making a few changes.1: once the script is executed I'd like for it to ask for ...
by rs6000101
Tue Jun 19, 2012 9:15 am
Forum: VBScript
Topic: Cannot apply change to registry
Replies: 3
Views: 5984

Cannot apply change to registry

Here's somthisng that you might want to try as long as yo have local admin privlidges you can make registry changes to a list of of machines I use this simple script i've made changes up to 75 machines at one time with no poblem. File 1: REG-ADD.cmd.txt (add the registry entry) File 2: Hostnames.txt...