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) & "...
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.
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
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.
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...
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 -->...
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?
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...
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...
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.
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.
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??
How do I run vbscript on remote computer from java application?
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...
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...
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 =...
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...
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...
Hi, i want to download multiple files from a sharepoint site using SSIS Script task with VB script. I am unable to write script.


