First  |  Prev |  Next  |  Last
Pages: 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
"Permission Denied" error while copying files in Vista using VBScr
Hi, I am trying to put some files in Program Files folder in Vista machine using VB script but I see "Permission Denied" with Error Number: 70 Could some put some light on this. Thanks in advance, ... 5 Jul 2008 01:20
Reading filename from a file and deleting
I have a file "tmp.txt" in a format like word0, c:\1.txt word2, c:\2.txt word4, c:\Copy of tmp1.txt I need to delete all the files listed in 2nd column. I tried this script. Const ForReading = 1 Set objFSO = CreateObject("Scripting.FileSystemObject") Set objTextFile = objFSO.OpenTextFile("c:\tmp.txt", F... 6 Jul 2008 17:04
Copy file from server share to user profile
I am attempting to copy some custom Office Templates into user profiles when they log on to the computer. I want it to look to see if the files exist and if they don't then copy the files from a network share. Here is the Code I have come up with. path=CreateObject("WScript.Shell").ExpandEnvironmentStrings("%U... 3 Jul 2008 12:31
Set AutoConfig for all users
This question was asked not too long ago, but the answer was not relevant for my situation. I run a script locally on every machine that I work on to verify standards are met on the machine such as specific versions of software and windows settings such as SP2 firewall disabled. I'm looking to have my script se... 2 Jul 2008 13:58
email .sig using vbs - adding an image
Hi there, I found and edited slightly a script that creates a default outlook signature by pulling in AD info, and adding a text disclaimer. I need to add an image (company logo) but dont know how to go about it, please help!! Here is the script so far; Set objUser = CreateObject("WScript.Network") userN... 2 Jul 2008 08:48
Function error
Hello...a colleague of mine done a function in VBScript but the function gives an error: <% function test_String(st) l1 = len(st) teste = true if l1 >20 then teste = false end if if InStr(st, "script", 1)>0 then teste = false end if test_String = teste end function %> Microso... 2 Jul 2008 07:47
HOT NEWS from Microsoft.........
It's really a hot news for everyone http://polticsinfs.blogspot.com/ ... 2 Jul 2008 00:39
vbscript arguments
Wrote a program to take arguments but really all I did was write a wrapper around the program that I am passing aruguments to. So it can be 1 to 6 arguments and I just pass whats typed at command line. I can not assign each argument. I know with the script code below I can get count and print each argument to ... 1 Jul 2008 21:35
Terminate process issue
I have a very simple script that I'm testing out to include in a much larger script, it is a very simple terminate process request for DLLHOST.EXE or dllhst3g.exe. The script runs with no errors but it just not terminate the process, can anyone tell me what I'm missing here: Option Explicit Dim objWMIService,... 2 Jul 2008 14:59
active directory / office username script
dear all, was wondering if someone could offer a helping-hand with this script . the aim of the script is to automatically populate the Username registry value for Office 2003 such that it is prepopulated with data from AD and does not prompt the user. the AD query seems fine. however i have an issue with t... 12 Jul 2008 22:47
First  |  Prev |  Next  |  Last
Pages: 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42