I'm using a workaround for the limitations of CDO not
being able to create or copy appointment items to anywhere
other than the default calendar. The workaround basically
involves using GetFolder to retrieve the default calendar
and then copy the message to the required location. Here's
the...
I'm trying to automatically login to an external site using the following code:
Dim strPostInfo, strURL, objobjXMLHTTP
Dim strHTML
strPostInfo = "go=&key=&value=&Username=blah&Password=mark" 'construct the post data
strURL = "http://www.url.co.uk/login.asp" 'this is where...
Thanks for the replies guys. I solved my problem using the following steps;
Obtain a list of all machines on the domain using the following at a command prompt:
net view /domain:INTRANET > c:\machines.txt
I then used this to delete the file in question on each machine found using the...
What I need to be able to do is run a script from a
machine connected to the domain which will iterate through
all the machines on the domain and delete a file on the C
drive. I also need to be able to copy a file at the same
time to the same location.
I will be runing the script as a...
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.