|
xml PDF Hi, Does anyone know how to convert xml data into a formated PDF doc using vbscript. I have a lot of experience with xml xsl transformations... Im not looking for ways to use word and a print driver I was hoping for a component, preferably freeware, that someone knows about. Any recommendations would be grea... 10 Jul 2008 12:23
Directory Listing I have developed a routine which prepares a directory listing for a specific folder and save this information into a text file. This text file would be used to send the required files via SFTP to a unix server. My problem is that the case of the file name changes to lower case. For example, the file name would... 10 Jul 2008 18:35
Help with Timer loop Hey All, I need to modify the length of this timer loop for this script i found and need some feedback on if I am reading this timer loop correctly. Do While intCounter < 3600 If objFso.FileExists(SEPExec) Then logResults = logMessage("installSAV", "Installation of SEP Completed") intCounter = 3700 ... 12 Jul 2008 12:33
438 Object doesn't support this property or method m having an problem with a SQL Server 2000 update in a VBScript program executing in a DTS Package. Source extract and results '***** set Connection Set cnChangepoint = CreateObject("ADODB.Connection") cnChangepoint.Open "Provider=SQLOLEDB;Server=" & _ DTSGlobalVariables("gvSQLServerName").Value & ";UI... 9 Jul 2008 13:43
vbs excel "if" function - how Hi. I have script as follow: '--==--==--==--==--==--==--==--==--==--==--==--== set objexob = createobject("excel.application") set ex=objexob.workbooks.add ex.application.visible = false ex.worksheets(1).cells(1,1).value="2" ex.worksheets(1).cells(1,2).value="2" ex.worksheets(1).cells(1,3).value="=A1+B1" ... 9 Jul 2008 15:47
Manipulating group policies on XP Hi, Is it possible to add/edit a local group policy on XP Pro using VBScript? I want to automate in a script what you can do manually with the following steps: 1. Run gpedit.msc 2. Go to "User Configuration > Administrative Templates > Windows Components > Attachment Manager" 3. Go to the properties for "Inc... 22 Jul 2008 06:31
keyboard filtering Is there a way in vbscript to list all processes that are filtering keyboard input? RAC ... 10 Jul 2008 11:21
VBScript That Changes Its Identity Can a VBScript change its identity after it has started, so that it switches to running under a different username? This is for the purpose of getting access to a different set of privileges. Thanks, -- Joseph ... 17 Jul 2008 13:45
Script to delete local user accounts? We're running XP Professional with SP2. Is there a script (VB, WSH, etc) that could be used to delete all local accounts on the machine except for the builtin Windows accounts (as well as any ASP.net accounts) and the account of the user who is currently logged in. I know that I could figure out the account of th... 10 Jul 2008 21:40
Enumerating user's universal groups membership from ANOTHER DOMAIN Hi! I have to enumerate user's groups membership, but actually I'm only getting local domain groups list. All universal groups hosted by others domain are not listed by the following VBScript code: set wshnetwork = createobject("WScript.Network") set objfso = createobject("Scripting.FileSystemObject... 10 Jul 2008 10:18 |