VBScript Questions and Answers

Recent IT Questions

41 - 60 of 101

write multiple images from SQL database using response.binarywrite

It seems I am able to write a single image with the following code: ID1 = replace(request("ID1"), "'", "''") Dim connStr connStr = Application("DSNFPT") Dim rs Set rs = Server.CreateObject("ADODB.Recordset") rs.Open "select [Image],[ContentType] from FPT_Images where ID = " & int(ID1) & "...

Answer Question   |  Aug 10 2008  10:48 PM GMT
SQL, VBScript, SQL Database
asked by Tacopants

  5 pts.

Log login errors in Vbscript

I am writing a vb login script and will like to log user output errors of the script into a text file. It maybe an easy one but if anyone can help that will be great.

Answer Question   |  Aug 4 2008  12:30 AM GMT
VBScript, Login scripts, Error log
asked by Gwenchy

  5 pts.

Built in users

I need to write a script to find if there are any built in users or local accounts on a Windows XP machine. Is there any information in the registry regarding local or built in user accounts? Thanks, Jyothsna

View Answer   |  Aug 4 2008  8:19 AM GMT
Registry, VBScript, Scripting
asked by Jyothsna86

  30 pts.

How to submit a JCL through VB Script?

i have a jcl to submit into mainframe without logging into mainframe. I have write a script but unable to submit the jcl into mainframe from that script. Can anyone please help me out? I really appricate your write.

View Answer   |  Jul 21 2008  5:31 PM GMT
VBScript, JCL, FTP
asked by Ankitgupta

  5 pts.

VB Scripting Help in Excel

Ok I have a Dashboard in Excel. On the First Column it reads Knowledge Transfer Requirements and to the right columns B,C,D it has the 3 Impacted Systems Areas. Ok basically want I am trying to do is once a Knowledge Transfer Requirement is "Complete" for example I want the corresponding cell...

Answer Question   |  Jul 17 2008  5:34 PM GMT
VBScript, VB, VBScript Statements
asked by Asif78

  20 pts.

Change Font Style of Menu Item Through VB6

My program is in varnacular language, i. e. input and output are in Gujarati (Indian) language, by changing the font to "Gopika.ttf". So, during the execution of my program I want to show menus also in Gujarati. Normally, we change this from desktop --> properties --> appearnce -->...

Answer Question   |  Jul 10 2008  8:17 AM GMT
Windows, Visual Basic, Windows XP
asked by Mayuri

  155 pts.

How to use VBscript to see which users are logged in through UNC?

I have DC server with Actve Directory. It works well. My question is, how can I use VBscript to find which users are currently logged in on my server through UNC?

Answer Question   |  Jul 9 2008  8:15 PM GMT
Active Directory, VBScript, UNC
asked by WinComputingATE

  260 pts.

Having trouble writing the output of a CmdLine entry for the dsquery utility

I am currently working on a VBScript that will tell me what computer names in Active Directory have been inactive for 4 weeks. I need to write this information into a text file so that the names can be verified or deleted from the text file. The next module of the script will delete those approved...

View Answer   |  Jun 30 2008  2:05 PM GMT
Active Directory, VBScript
asked by WinComputingATE

  260 pts.

VBS Script to identify Local Admins only on SERVERS

I'm an auditor, and I like to know things like: are there local IDs on servers? Are those local IDs also in the administrator group? Not only that, I need to hand this script out to various admins, so I can't specify one domain name in the script. So, first I need to get the domain name, then...

View Answer   |  Jun 26 2008  0:36 AM GMT
Security, VBScript, Scripting
asked by Eigenstein

  75 pts.

Migration: From Power Users Group to Restricted Users Group.

How can I Migrate all accounts stored on Power User Group to Users Group on local machine. This must be via vbScript or DOS Batch. Thanks.

View Answer   |  Jun 25 2008  4:18 AM GMT
VBScript, Batch files, Scripting.FileSystemObject
asked by DarkZoft

  10 pts.

Migrate Power users to user

How can I Migrate all user accounts in Power users Group to the Restricted Users Group. This must be via VbScript or DOS Bath. Thanks.

View Answer   |  Jun 25 2008  4:12 AM GMT
Active Directory, VBScript, Migrations and upgrades
asked by DarkZoft

  10 pts.

vbscript export calendar events

How do I use vbscript to get evetns out of a public calendar

View Answer   |  May 23 2008  10:39 AM GMT
Exchange 2003, VBScript, Outlook calendar

OWA permission attribute in AD

I need to set up a massive enabling OWA permission in vbs or anyother lang. What is the attribute to set in the active directory to enabling OWA access??? Do you have any script as example??

View Answer   |  May 16 2008  6:15 AM GMT
Active Directory, VBScript, Outlook
asked by Danielgz77

  5 pts.

run vbscript on remote computer from java

How do I run vbscript on remote computer from java application?

View Answer   |  May 14 2008  6:09 AM GMT
Java, VBScript, Remote computer
asked by Ilana

  10 pts.

Lotus VB script - email generator - add button

Hi All, Ive got a vb sctipt (below), which will generate a load of emails in notes (v6.5) from an excel spreadsheet. Ive worked out how to do things like bold/red text, however i now want to add in a button hotspot, which, when clicked, will reply to my email i sent the user, with some text...

Answer Question   |  May 8 2008  11:06 AM GMT
VBScript, Hotspots, Lotus Notes 6.x
asked by Jamiepryer99

  5 pts.

Moving a SQL database from one host to another

I need to help out in a move of a site coded in ASP/VBScript from one host we're having major problems with to another host that has been highly reliable for us. They both offer all the same features needed for this site, but we don't know how to move the SQL database along with the site. Can...

View Answer   |  Apr 28 2008  2:54 AM GMT
SQL, Web development, VBScript
asked by Kwoodall

  10 pts.

Need vbscript that can pop up alert when services go down on a remote computer

Hi, I have tried many scripts at my local machine. It gave pop up when service for one particular application went down. But the same thing is not happening for the remote computer. Please look at the script below: strComputer = "." Set objFirewall = CreateObject("HNetCfg.FwMgr") Set objPolicy =...

View Answer   |  Apr 18 2008  12:24 AM GMT
VBScript, Scripting, Windows scripting
asked by Naaz

  30 pts.

microsoft access 2007 & Outlook 2007

Hello, I am running office package 2007. I was wondering if anyone has found a way that i could set reminders in access 2007 and i would get a reminder email when the time comes closer. I was also wondering if access could auto pull from a date catagory and set it to have outlook send a message...

View Answer   |  Apr 15 2008  8:50 PM GMT
VBA, VBScript, Microsoft Office 2007
asked by Itguy1509

  220 pts.

Getting information from Inf driver file

Hi, i wondered if there was anything (tool/code) available to obtain information from an .inf driver file. I tried to create a vbs script that retrieved information like the vendor, the device name, the windows version and so on from inf files. But as far as i can see there is no real structure...

View Answer   |  Apr 10 2008  1:33 PM GMT
VBScript, Drivers, inf
asked by Scatman

  15 pts.

Download files from a sharepoint site using SSIS.

Hi, i want to download multiple files from a sharepoint site using SSIS Script task with VB script. I am unable to write script.

Answer Question   |  Apr 10 2008  7:36 AM GMT
VBScript, SharePoint, SSIS
asked by ToWin

  5 pts.

41 - 60 of 101