Hi,
I have a little amount of vbs skill but am in a hurry today, so 500 big ones to the person who helps me write a vbs to do the following in accordance with the M$ article
http://suppo...
Hi There,
I was hoping someone might be able to help me with this code.
All I want to do is limit the amount of input characters to 60.
This is my message box code:
Dim fname
fname=Inpu...
Hello Experts -
I need help writing a vbscript to move and rename files from 2 network locations. Basically, on one network drive, I have various project numbers and within each project numb...
Hello,
Can someone help with a custom vbs that:
1) Gets local time HH:MM format either via vbscript method, wmi or CMD (time /t)
2) Then increment it by 30 minutes and stores it in a var...
Hi Rob,
Can you help with the script for adding the othertelephone number in the pager field for the users?
Here is the question which you helped me with the script, can this be modified...
I am trying to run a vb script that echos the contents of a text file to comp-ort 5 for a shopper display. I keep receiving a error that the network path was not found. the error occours at li...
I get th Microsoft VBScript runtime error: Type mismatch error when I try to write type a CanonicalName from a AD user to a file.
objFile.WriteLine(rs.Fields("displayName")& "," &RS.Fields("...
I found the attached script which will configure the hide from exchange address lists attribute on all contacts in a domain. How do I change the code so that it will configure this setting on ...
Good morning,
I have the following code to start Microsoft Excel using WshShell.Exec:
Set WshShell = CreateObject("WScript.Shell")
Set oExec = WshShell.Exec("F:\Program Files\Microsof...
What's the difference between functions and subroutines other than functions return values and subroutines don't?
Hey Guys,
I am looking for some help with scripting. I need a script that can do the following:
1. recgonize currently logged on user
2. create a specific folder structure in %userpr...
Mircosoft Excel VBA Editor.
I have added a menu called "Build Tools" to the default Excel Command Bar using the VB Editor. On the
drop down there are four options that will each run a sepa...
I am trying to figure out how to accompish :
I have a directory structure \\test\test1\test2\john\test.bak
\\test\test1\test2\dave\test1.bak
under this directory are many .bak files w...
Hi we have in our environment several domain's one pranet domain and several child domain .
i want your help with create a script that check user domain memership and base on this informatio...
VB script to move and disable Computer accounts that have not logged on for more than a 120 days
Disable them and move them to another OU
I am trying to apply a very simple IF THEN ELSE statement to my VB code to send an email (The code runs fine without the IF THEN ELSE statement)
The IF part will be "IF value is null then ...
I need a log in script that will create shortcut on the users desktop based on first two characters of the computer name:
For instance, if user is signing up into computer named 99PC01 than ...
I have the following snipit of cod ethat copy a file.
However, when the copy fails I do not get an error return? Shouldn't this code snippit see an error?
I am setting "on error resume ne...
Hello is it possible to create a script that loop through a directory and executes all the bat files in that directory? and is it also possible to repeat this every 5 minuts?
Hi All Experts
There are 60 users in our company including desktop & laptop.
Each user saves all work data in c:\workdata, and we are doing daily backup for c:\workdata of each users vi...
Hi,
Ive got a pac file done which looked like this (example a) what Im trying to get is a pac file that bypasses local addresses. Any ideas on how this can be done. Ive tried (example b) but...
I know nothing about VBScript, so please show me in detail.
For an online application, I'm trying to use the VBScript found in http:Q_23223204.html to open a special browser window (witho...
Can someone please help me with the code for a visual basic script? Here are the conditions.
1. The script should run silent to users before login.
2. I would like it to check the registry ...
I have two worksheets
Woksheet 1 has name and class plus an empty columns for each subject to have a grade put into
Worksheet 2 has name and subject plus a grade
I need to to compare th...
Well....it looks like it's my turn to ask a question - WooHoo! :o)
I am developing a method for our imaging that PXE boots to WinPE, launches a VBScript to run wpeinit, map a drive and call...