First  |  Prev |  Next  |  Last
Pages: 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
How do I configure Windows 2003 to get VBScript email with CDOSYS.
I am trying to use CDO in VBScript to send email from one server to a separate exchange server. The article at http://support.microsoft.com/kb/171440/ states that CDOSYS version 6 library is obtained "through installation" of Windows 2003 but alas, email does not work and I am unable to locate the CDOSYS.dll o... 7 Mar 2010 14:05
FilesystemObject doesn't work anymore. How to fix?
I think that scrrun.dll is messed up (New technical term) somehow. But if I knew what I am talking about, I wouldn't be bothering you folks. This line: Set fso = CreateObject("scripting.filesystemobject") causes this error message to appear: Error: (null) Code: 8002801D I've dragged scrrun.dll onto re... 8 Mar 2010 15:18
Check 'If LDAP field exists for user then...
If I have a query which returns the LDAP data for a user how can I run an 'IF' on whether or not a field exists? For example If LDAPFieldX Exists then.... Else ....... I've tried IsNull and a few others but they don't seem to work. ... 5 Mar 2010 03:58
Check if Application Installed
How would I use code to check if an application is installed? Just look for the *.exe in the expected location? ... 5 Mar 2010 00:45
Trim?
Hey all, I am returning an email address in a variable and would like to just return the portion to the left of the '@' sign. What is the best way to do this? I know how to do it if I had 'john(a)domain.com' but when it's in the objuser.email variable I'm finding it more difficult. Thanks for any help. ... 4 Mar 2010 23:39
Ignoring Case
Here is the script that I am using and it works well except that it does not ignore the case of the attached files. Can any one give me the peice that I need to have it ignore the case of the attached file? <SCRIPT LANGUAGE="VBScript"> Sub ExStoreEvents_OnSave(pEventInfo, bstrURLItem, lFlags) Set msgobj = ... 5 Mar 2010 20:44
msgbox on top
Hi there, I have a very simple script: msgbox "This is a test" How can i make the msgbox to appear on top? Sometimes our users work with a few application at once, and they cannot see the message, unless it will be on top. Thank you Amir :) ... 4 Mar 2010 11:14
Option Explicit in .wsf and .asp files
Hi I have a number of .vbs files in the following format: C1.vbs: Option Explict Class clsC1 End Class I can include these files in a .wsf file like this: <package> <job> <script language="VBScript" src="C1.vbs"/> <script language="VBScript" src="C2.vbs"/> </job> </package> I ... 5 Mar 2010 22:55
Create Batch file for laptops to copy templates
Hi Everyone, I am new to batch file programming and need an expert help to find out something. I want to create a batch file that runs at login and compares a local copy of the templates to what we have on the network. We have templates on a mapped network drive in h:\clients\templates, and on the laptop in ... 4 Mar 2010 23:39
ShellExecute question
I have a script that uses the ShellExecute function to run wscript.exe in Windows 7 as an elevated user (with the "runas" verb). When it runs, a UAC window pops up and the user must click "Other User" and then enter the username and password of an administrative account to continue. Is there a parameter I can i... 2 Mar 2010 18:07
First  |  Prev |  Next  |  Last
Pages: 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48