First  |  Prev |  Next  |  Last
Pages: 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584
CDO Problem
I have tried using both CDO and CDONTS in VBScript on an ASP page to send an email (developing on Win 2000). It works when I send mail to an address outside my domain, but when I send to an address inside the my domain I get nothing - no error, and no email. My code is as follows: CDONTS: Set objCDO = Serve... 24 Feb 2005 13:23
Outlook Express and VBScripts
Hello, I thought I'd put out this question out on this newsgroup to see if what I am trying to do can be done with vbsctipt. Basically what I am trying to do set up outlook express to insert a pre-defined e-mail address in the bcc: line of the message whenever I respond to a message in my outlook express in... 25 Feb 2005 10:30
<TABLE> insertRow
Hi all, I have the following in a client-side VBScript: ********************************************** Function CreateTable(byval rows, byval cols) Dim row,col For row = 1 To rows document.forms(0).children("grdImport").insertRow() Next MsgBox "Number of rows is now: " & CStr(document.forms(0).children... 23 Feb 2005 21:02
WMI to get Serial Number
I am in the middle of a project where we are tasked with getting the serial number of over 2000 intel based machines; however they are compaq, dell, hp, etc.... Is there any way you gurus know how I can pull the machines serial number regardless of the manufacture? I'll send a case of beer to anyone who can ... 3 Mar 2005 18:45
Script to run on NT and Win9x
Hi, The following script runs ok on Win2k/Xp, however, failed on NT, have not tested on Win9x. Can anyone give me some hints who should I write this to support NT/win9X. Anyway, the script is just to query RAM, server tag, information only. Thanks, Frank On Error Resume Next Const wbemFlagReturnImmediately ... 23 Feb 2005 05:09
How to Create User Shares for Group of Users
Hi, I have list of users in a csv file(300 users) and I have to create a shared folder with the same name as their userID, share them as userid$ and set individual permissions for those folders. Only the Domain Admin and the individual owner of the folder should have full access to the folder. Can anyone he... 22 Feb 2005 09:33
Change a shared folder path?
I have about 300 shared folders that I need to have the path changed because we the folders are getting moved to another drive. I can list and create shares, but cannot figure out how to change the path of an existing share. I get an error when I try to change it. Can this be done with VBScript or is there a... 24 Feb 2005 00:35
Scripting.dictionary
I have a web site with some ASPs. The ASPs that contain the line 'Server.createobject(Server.Dictionary) are not running. When executed, we receive the error given below. Server object error 'ASP 0178 : 80070005' Server.CreateObject Access Error /olt/teststart.asp, line 29 The call to Server.CreateOb... 19 Feb 2005 07:35
How to access file object properties (title, subject, author, category, keywords, comments, the URL to which a shortcut file links, etc.
Does anyone know where I can find info about how to use vbscript to put date into (or suck data out of) the following properties of a file: 1. title, subject, author, category, keywords, comments? 2. the url to which a shortcut file links? Thanks to whoever answers, ... 18 Mar 2005 11:44
Login script with admin priveleges
Wondering if anyone could help me out with the following: On NT, W2K and XP client machines I need a way to run an exe, through the login script, with admin priveleges. I've looked into "runas" and "su", however, they're not the best options as I run into problems with compatability with NT or the fact that one ... 20 Feb 2005 16:59
First  |  Prev |  Next  |  Last
Pages: 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584