Sponsored White Papers, Webcasts, and Downloads
Additional Resources
- GetObject and CreateObject Behavior of Office Automation Servers
- This paper discusses the different behaviors that occur when one uses the GetObject and CreateObject functions with various versions of Microsoft Office applications. GetObject and CreateObject are functions that are provided by Microsoft Visual Basic and Microsoft Visual Basic for Applications VBA. However, the information is also applicable to Microsoft...
- Tags: Microsoft Office, Microsoft VBA, Server, Microsoft Corp., Automation, Microsoft Development Tools, Programming Languages, Scripting Languages, Development Tools, Software Development, Software/Web Development, Web Development
- White papers 2007-01-31
- Web Forms
- I have used the goldmine webimport wizard and it has created my a for html document and also a webmail.asp file, however I have uploaded both files to my host but when I try and submit from my form I get the error"Server object error 'ASP 0177 : 800401f3' Server.CreateObject...
- Tags: asp, bschaettle, Cheese, CreateObject, form, forms, programming, server, Tim, tim.williams@..., web, Web Forms
- Discussion threads 2006-01-19
- To find "Class" for CreateObject method
- The syntax of "CreateObject" in VB/ VBA is "CreateObject(Class As String, [ServerName As String])"So if i want to use CreateObject method in VB or VBA for creating any control at runtime then I have to pass "Class" parameter. So how can I find a "Class" for a particular object. That...
- Tags: CreateObject method, CreateObject, nirman123_doshi@..., programming, ProgID
- Q&A 2006-04-06
- crystal reports ran by vbscript
- I have searched many newsgroups and have not found an adequate answer to how a crystal report can be viewed/opened via vbscript. I have a report on a test web server and remote users can not get to it when I send a link to it via email. ...
- Tags: createObject, ExportRPT, getObject, Microsoft VBScript, objCRRpt, programming, RetValue, strDate, vbScript, wakin@...
- Q&A 2006-09-19
- Script for finding the model for hundreds of servers
- HelloI have the script for finding the model of a server.. but copying the script & excuting it takes lot of time... Am copying the script hereSet objFSO = CreateObject("Scripting.FileSystemObject")Set objTextFile = objFSO.CreateTextFile("c:software1.xls", True)set obj=Wscript.CreateObject("Wscript.Network")set obj1=Wscript.StdOutstrComputer = "."Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\" & strComputer &...
- Tags: ananth1201@..., server
- Discussion threads 2007-06-25
- Start-Up Script
- My Fellow Administrators:I respectfully resquest your assistance with a script. My objective is to use GPO to deploy a startup script which will delete a file in the root directory, then run a program located on a network share.I have succesfully created a script that worked when manually launched....
- Tags: BlitzSonik, windows, C:\deletethisfile.txt
- Q&A 2005-10-17
- MSXML Broken after MS security update
- After installing the xml update of 11-14 I can no longer access XMLHTTP through IIS. Any attempts come up with Server.CreateObject Failed Invalid class string error.This is happening on XP pro, 2000 Advanced Server, 2000 pro, and server 2003, and i
- Tags: http, programming, windows, database, security, MSXML3, IUSR, billmez, XML, permission, Microsoft Corp.
- Discussion threads 2006-11-21
- Collect domain names to automate admin script customization
- Admin scripts: Automate domain name searchWhat do you think of Kevin's script? Do you have a script that we'd be willing to pay you $100 for?SimplifiedThere's a bit of extra overhead in using a For loop, parsing & concatenating and deviating to the Network object.msgbox "User DNS domain = "...
- Tags: ADSystemInfo, Collect domain name, Collect Domain Names, CreateObject, earn 100, Mark W. Kaelin, members, msgBox, network administration, networking, scripting
- Discussion threads 2005-10-17
- Non-Domain WinXP: Creating Multiple Local User Accounts
- Have about 50 WinXP clients in a non-domain controled environment. What is required is that all Users have access to any PC using their own credentials. Does anyone know of a way to create a batch-file or a script that can be run on each machine to add to the...
- Tags: Microsoft Windows XP, battlel@..., strComputer, CreateObject, WinNT://, GetObject
- Discussion threads 2007-09-21
- Printer's script in VISTA Ultimate
- Hello, everyone.We have installed a lab with PCs running VISTA ULTIMATE.I tried to use the vbs script that I was using in XP Professional but it does not work.Set WshNetwork = CreateObject("WScript.Network")WshNetwork.AddWindowsPrinterConnection "\serverhercucol"WshNetwork.AddWindowsPrinterConnection "\serverhercubla"WshNetwork.SetDefaultPrinter "\serverhercubla"Any ideas? What could be problem?Thank you in advance.
- Tags: Microsoft Windows Vista (Longhorn), stergios_nik@..., printer, WSHNetwork.AddWindowsPrinterConnection, Vista Ultimate, Microsoft Windows Vista
- Discussion threads 2007-05-22
- email vb script
- Hello all, can anyone help, why does the below script not work on my sp3 xp machine???Set objEmail = CreateObject("CDO.Message")objEmail.From = "g.millen1@ntlworld.com"objEmail.To = "g.millen1@ntlworld.com"objEmail.Subject = "Atl-dc-01 down" objEmail.Textbody = "Atl-dc-01 is no longer accessible over the network."objEmail.sendi'm getting the below error:the "sendUsing" configuration value is invalidcode: 80040220source: CDO.message.1Anyone know why.thanks...
- Tags: Atl-dc-01, CDO.Message, CreateObject, e-mail, Microsoft VBScript, R e p h l e x, server, SMTP server, windows
- Q&A 2006-07-28
- Windows assigning drive letters
- I have mapped a network drive and used the letter F but now every time I connect a usb device it assigns the usb device the letter F so I can't access it unless I go in to disk management and change the drive letter of the usb device, is...
- Tags: Microsoft Windows, deerek11@..., network, usb device, CreateObject
- Discussion threads 2007-07-26
- How to Invoke MS Word from Javascript/VBScript?
- Hello,I have the following codes but I always get the "A Runtime error has occurred. Do you wish to Debug? Line: nnn Error: Expected end of statement". Is it a permission problem? If I want to re-write it with Javascript, can I have the sample codes please.function openWordAdocpath = "\server00productionAbc.dot"Set...
- Tags: Microsoft Corp., wes_brooks@..., Microsoft Word, Set oDocument, Set wApp, CreateObject
- Discussion threads 2007-06-20
- Need printer login script
- Hello all – I need a simple login script to set printers already installed on a Citrix/Terminals server as default printers for certain groups. The printers are installed on the Citrix/Terminal server as TCP/IP ports. When the user logs on, I would like for the script to set...
- Tags: Printers, printer
- Q&A 2005-03-22
- Looking for HTA advice
- a two part question: I manage an hta file which generates a screen of buttons to open files (excel, word, etc) via vbscript functions. This enables management to have one place (a web-like interface) to go for all their info needs. My 1st question is: is this the...
- Tags: Scripting languages, susan.e.troidle@..., runPD, GetPath & StrFile
- Discussion threads 2007-10-30
- Looking for HTA advice
- a two part question: I manage an hta file which generates a screen of buttons to open files (excel, word, etc) via vbscript functions. This enables management to have one place (a web-like interface) to go for all their info needs. My 1st question is: is this the...
- Tags: Scripting languages, susan.e.troidle@..., runPD, GetPath & StrFile
- Discussion threads 2007-10-30
- VB script problem
- Hi,Is there any way include user name with password to map a network share in VB script. example: username: mejhone password: support, network shard: \csg_appmerchsharecan this be done?Thank you.No I would not recommend to do it that way. Best way is to assign permissions on ther server to allow users...
- Tags: password, WScript.Network, Wscript.CreateObject
- Q&A 2004-11-12
- Set default Printers using scripts
- Dear Colleagues,I was given the script below to automatically install network printers for users. The script works fine, but I was wondering if anyone knows how to also make the printer default by adding a few more lines to the .vbs file.Thanks.set wshnet = CreateObject("WScript.Network")wshnet.AddWindowsPrinterConnection "\serverprintershare"Add the lineWshNetwork.SetDefaultPrinter "\ServerPrinter1"To set...
- Tags: Printers, printer
- Q&A 2004-11-03
- Inherit/push/replace ownership on files/folders
- I use SetACL to change most of the permissions on ascript i am writing but from what i have found it will not change the owner on a large scale. Only on a small scall like one folder, but not anything in that folder. Or one file all by its...
- Tags: Servers, dcrew@..., server
- Discussion threads 2007-07-05
- << Previous
- page 1 of 1
- Next >>