| Thread | Last Post | Replies |
|
| VB Script | 31 Jul 2008 19:54 GMT | 2 |
I am using an uploader program (.asp) that is written VBscript <% Response.Expires = -10000 Server.ScriptTimeOut = 300
|
| Why is my machine blocking this email script | 31 Jul 2008 10:46 GMT | 3 |
Set objEmail = CreateObject("CDO.Message") msgtext = "Any text can go here" objEmail.From = "TestSender@TestEmail.net" objEmail.To = "TestReceipient@TestEmail.net"
|
| winnt provider and lastlogin using vbscript | 31 Jul 2008 03:29 GMT | 3 |
I have a Windows 2003 workgroup server. No AD, domain, etc. In my login script, using vbscript, I need to be able to tell the user when they last logged on. I thought I had this licked by using the winnt provider and the lastlogin attribute. However, during the login
|
| add value | 31 Jul 2008 00:11 GMT | 4 |
I am trying to add a value with a binary of 00,00,00,00 to the Explorer key, but all this does is add a key under the explorer key. WshShell.Run ("reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\link=hex:00,00,00,00")
|
| Script to retrieve file versions | 30 Jul 2008 19:28 GMT | 3 |
I found this script on Scripting Guy. However I would like for the window to have the results of three file versions. Here's what I have now. It shows in three seperate windows one at a time: strComputer = "Server1"
|
| Loop through Northwind records | 30 Jul 2008 19:23 GMT | 2 |
I'm trying to do something verysimple with vbscript: open a Northwind table and loop through the recordset, echoing a field as I do so. Here is what I'm attempting. The problem is that I can't find the syntax documented for how to get to the fields of a recordset. The
|
| RSOP Planning Security problem | 30 Jul 2008 16:57 GMT | 3 |
I've been trying to do some RSOP Planning using a non-admin user account on a domain member workstation. I am using the following VBScript code: strComputer = "DC1"
|
| xcacl performance | 30 Jul 2008 15:15 GMT | 3 |
What kind of performance degredation should I expect by running xcacls to add read access for one file that already has a few hundred acls set for other users?
|
| Deleting Network Printers | 30 Jul 2008 13:06 GMT | 2 |
I've used a script to map a network printer from an old print server called Server1 (ie. \\server1\printer) onto the XP workstation. I've recently created a new print server (Server2) and mapped the network printer (ie. \\server2\printer) onto the same XP workstation. When I ...
|
| how to get a OU full address from AD | 30 Jul 2008 02:23 GMT | 2 |
I want get a full AD OU (e.g. computer) addess, how to do
|
| Is it possible to allow the use of the status bar via script, using a vbscript? | 29 Jul 2008 11:33 GMT | 6 |
Is it possible to allow the use of the status bar via script, using a vbscript? I have a script that deletes files in the temp folders and in IE 6 it would use the status bar to display its progress.
|
| Error msg list or db. Newbie question. | 29 Jul 2008 10:22 GMT | 2 |
Is there a database or list that tells you wath all the error messages mean when running a vbscript? I am trying to build a small script, but an error (0x80041021) occurs. I haven't got a clue what that error means. There must be some documentation
|
| File parsing on steroids needed - Part II | 28 Jul 2008 17:15 GMT | 4 |
Many moons ago, I posted a request for help with this same type of issue: http://groups.google.com/group/microsoft.public.scripting.vbscript/browse_thread /thread/f1f78014008099fc/8991e865aeb0bfe6?lnk=gst&q=File+parsing+on+steroids+nee ded#8991e865aeb0bfe6 As always, I received ...
|
| Scripting user creation. BUT How to add to groups..... | 26 Jul 2008 17:42 GMT | 6 |
Below is a full copy of my code to date which seems to work nicely. Im still tinkering with it as parts are yet to be added home dir etc. Basically it pulls users from a CSV and creates their accounts. However how on earth do i add them to a group....????
|
| Unable to retrieve value from drop down list (values read from text file) | 26 Jul 2008 03:32 GMT | 3 |
I have a txt file containing client names. What I am trying to do is create a HTA with a drop down box with the list of client names. WHen I select a client name and click next I will do something with that information. To start with I thought I'd get a message box telling me
|