File download window automation.
Hi, I want to automate download without appearance of file download window. I have tried the use of MSXML2.XMLHTTP and Adodb.Stream. But the problem is my url is not a direct link to file download. my...
View ArticleQuick file access script
Just a quick share, I always found this small VB script extremely handy to access files on my flash drive. It only requires a decent memory (mentally) to partially remember file names and a love for...
View Articlesqlparameters function error
I am getting the following error: Unable to cast object of type 'System.Boolean' to type 'System.Data.SqlClient.SqlParameter'. Is there a better way of passing a parameters to a generic function and...
View ArticleDynamic Adress with standard browser
Hi all I have spent a few hours looking for the solution to my problem but sadly have found nothing so far. I am glad about any input on how to solve it. The problem is as follows: I would like to open...
View ArticleHow to convert Aspx to ASP ?
I have some aspx files and they are a part of a big project but the project is done in asp and I have done them in asp.net and so the extension is aspx. So is there a way by which I can convert the...
View ArticleByRef datatype mismatch - Bulkretrieve
Hi everyone, I have small problem with that script. I look at bulkretrieve methods and i think i wrote this code correct, but there is some errors... I wrote earlier codes with this method and...
View ArticleBatch Script to extract data from a website is that possible?? If yes help me
Hi All, I need a batch script which will retrieve data from a webpage . The data is not constant. If want any details let me know i tried using the inet Option Explicit Private Sub Command1_Click() Dim...
View ArticleBatch Script to extract data from a website is that possible?? If yes help me
Hi , I need a batch script which automatically retrieves data from the webpage when we run the script. The webpage is constant only one login was enough the values changes and are not constant. I used...
View Articleecho value after comma
hi all, I'm quite new to scripting and hoping you might be able to help out. I currently have a VB script which echos the last line of a csv file, the issue I have is I can't figure out how to echo the...
View ArticleLooping through Array Logic
I have an interesting problem, that I have been attempting to solve for weeks. I have 3 arrays 1 array is for tracking numbers 1 array is for products 1 array is for product Quantities I have to code a...
View ArticleVB Runtime error in Windows 2008R2
Please help! We have number of .bat and VB scripts for monitoring SQL servers. The scripts are running fine on all previous Windows versions. Now we migrated one of the servers to Window 2008 R2 and a...
View ArticleType Mismatch
I am connecting to an XML file with vbscript and looping through some of the elements. In the loop I have 3 arrays I have to use during the loop. At the end of the loop before the Next statement I have...
View ArticleDelete All Certificates In Personal Store
Hello Script Masters, Is it possible to create a VBScript to remove all Certificates in the Personal Store within a user's profile? PowerShell scripts are restricted on all of the Windows 7...
View ArticleAccordion with Master Detail
I have an accordion AJax Toolkit control which at header level displays a list of categories from datatable1 (a distinct list of categories) , and in the content section I want to display the details...
View ArticleUnable to register VBscript dll in Windows 7
Hi, We have a Domino application which will utilise one vbscript dll registered in a path. We were using Windows XP and now moved to Windows 7. We are getting Automation error in the place where Domino...
View Articlebanging my head re: gridview with web app:just getting a row value
V/S 2012 Web app(ASP) I have a gridview, deriving data from a sql DB A simple 2 column view, with the 1st column being a Select link(one instance for each row) I've tried figuring out the 'DataKeys'...
View ArticleSQL to identify USB drive letters
Hi guys.... I am VERY new to using SQL under VBS (or at all!). I am trying to detect which of 4 given USB devices are connected to the PC (using the Plug'N'Play id of the USB devices), and what their...
View Article[RESOLVED] Script to rename files
I need either a batch file or vbs script for renaming files. I have .mp3 files named as shown below: #001-Christina Perri-A Thousand Years #002-Adele-Rolling In the Deep #003-Maroon 5-Love Somebody I...
View ArticleFolderExists function
I'm brand new to writing in vbscript, so I apologize for my lack of knowledge as I was asked to write this out of the blue. I basically have to write a vbscript that will check every file (and those...
View ArticleScript to edit text file to convert unix timestamp field
Hi :wave: I don't have to script often (once/twice a year) and nothing complicated beyond writing a few vbscripts to edit text files to take out spaces or replace strings with new text so after...
View Article