How to use VBscript to send email without SMTP ?
I am looking for a vbscript that will copy a single file from single computer to multiple remote computers C: Drive and should taking all remote computer names from c:\computers.txt and also g...
This is a three-part issue:
1. Out of nowhere, our network drive mapping disappeared on our desktops and laptops. What would cause that?
2. On at least a couple of my desktops, it won't...
I need to print Tif file attachments automatically. I have email constantly coming in from "www.UnityFax.com" with tif file attachments. I need to print these without saving them if possible a...
ok I have a folder on my flash drive named after the computer. now how do i tell the output to goto that directory?
Set fso = CreateObject("Scripting.FileSystemObject")
Set file = fso.Crea...
Hello. I am new to visual basic ( about all i can really do is declare variables and display simple Msg Boxes) and would like some help generating code that does simple equations for me and o...
I created a vb script that pulled information from Active Directory and created an Outlook signature with the information. It works perfectly and took me quite a while to get it to this point....
I have a script that uses the GPMC script 'backupallgpos.wsf' to backup all GPOs in the domain. The script runs under a service account adn works when run from my laptop. However, if I try t...
Hi Guys/Gals
I need a .vbs to move any folder including contents that starts with "My " to d:\moved\<username>.
these are user profiles and permissions are not an issue
this is me dir...
I've managed to put together the following code and it is working great for me. What it does is look at a text file for server names, check each servers system event log for errors and then wr...
Hello,
I have a rule in Outlook which sets all new coming emails into a certain personal folder.
I would like to write a script to where it will read the body of the email into a database....
Hi guys hope you are all well.
I have a list of computers in a text file called 'computers.txt'
What i would like to do is to
a) Read this text file and for each computer:
b) Determ...
Hi how do I a change the linespacing in a ms word table with vb script