Hi,
I have a user who is sending a meeting request to another user. The user recieves the meeting request fine, but the user who sent the request recieves NDR's from 2 other users who have since left the company (and hence no email account exists).
Running Ex2003, users running Office 2007...
Hi,
I have a user who is sending a meeting request to another user. The user recieves the meeting request fine, but the user who sent the request recieves NDR's from 2 other users who have since left the company (and hence no email account exists).
Running Ex2003, users running Office 2007...
Hi,
Over the past week, I have had four domains that are unable to send email to my domain. I can recieve email from everyother domain apart from these four, which happen to be my largest clients.
Everything looks 'normal', I am not blocking their domains, my spam filters are ok, and the...
Ah, slight problem.
The first time the script is run it will copy the file to the desktop. However, if the script is then run again (i.e the user logs on again), then an error appears:
Line: 36
Char: 5
Error: Object required: 'file'
Code: 800A01A8
After deleting the line suggested, i get the error:
Line: 53
Char: 6
Error: path not found
Code: 800A004c
Which as you suggest, points to a problems with the line objfso.copyfile.....
Hi,
I am trying to automate a process, whereby each time a user logs on a certain file (saved on a shared drive) is copied to their desktop. If that file already exists on the desktop (i.e. an old version), then it is deleted and replaced with the current one.
After some help from a fellow...
The user desktop 'folder' redirects to \\dxbserver1\users\$username$\Desktop
So the desktop folder doesn't exist on:
C:\Documents and Setting\username\desktop\
Before the same error message comes up (error line 35), a window that says;
Windows Script Host
\\dxbserver1\users\'username'\test.xls
And then an OK button
Pressing OK, gives the error message as before
When logging on an error message comes up:
Windows Script Host
Script: \\dxbserver1\netlogon\logon.vbs
Line: 22
Char: 1
Error: type mismatch 'strComputer'
Code: 800A000D
This is what I have:
On error resume Next
Const ForReading = 1
Const ForWriting = 2
Const ForAppending = 8
'Create a Path to a log file
Const fileName = "c:\vbslog.txt"
Dim WshShell,WshEnv
Dim WshNetwork:Set WshNetwork = CreateObject("WScript.Network")
Set WshShell =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.