Script to get version of a file in a folder that changes its name
Hooroo all, First time here so please be patient with me. What I want to do is get the file version of a file in a folder where the folder name has a potentially different name. Exact info now so it...
View ArticleConvert RTF ot PDF using pdfcreator
Trying to modify sample vbs script from pdf creator to convert an rtf file to a pdf. I am having an issue with the shell execute. Can someone please give me the right syntax. ' PDFCreator COM Interface...
View ArticleDB Script ADO Connection *.dbf file
http://www.codeproject.com/Articles/...on-Strings#OLE DB SqlServer talk about connection strings or scripts, one script makes a tcp/ip Localhost to ADO connection I do not get what type of script or...
View Article[RESOLVED] VBScript & Microsoft Forms 2.0 & Opus
Hi, I'm currently working on a project to create a program that runs inside Opus (by Bruker). Opus has a basic form designer (circa VB6 era by the look of it) with any code you write done in VB6: Code:...
View ArticleVB File to change file files with extension .rmt and and donot strart with era*
Hello, I need help with writing a script to run in c:\Test folder to look for files with extension ".rmt". If the file name does not start with "era*" I want to rename the file so that it starts with...
View Article[RESOLVED] Permission Denied on new Object
Hello, I have copied the sample of a Class from the VBScript language reference: Code: Class Customer   Private m_CustomerName   ' CustomerName property.   Public Property Get CustomerName...
View ArticleConverting File
Hi Team, Please anyone can help me with below issue ? I was having .vb file script in the folder. I have copied .vb file on desktop and try to open . I had tried to open with Notepad so , all .vb file...
View ArticlePassing an array from VBScript to COM enabled VB.NET Library...
Hi, Getting this error below: Error:0 'Invalid procedure call or argument: 'objFit.Simple'' VBScript Code: Code: dim objFit , alInputTemperatures set objFit = CreateObject("VB_EPICS.CurveFunctions")...
View ArticleResolving a argument when passing the string to another program?
Hi all, I am executing a Python script via a VBscript and I wish to pass it the input & output file locations. The script works when I have the input filename / path hardcoded, but the input file...
View Article"checking a textbox is numerical before converting it" - How to do this...
Hi, My Environment is Windows 7, 3rd party VBScript Engine and MS Forms. I'm doing "isnumeric" checks on a load of values in textboxes and listviews before doing a "CInt" on each of them. What's the...
View ArticleVBS script to parse a directory of .csv files
I have many directories of weather data containing lots of .csv files (hundreds of thousands) I developed a script that went through and changed a character in each filename of a particular type so...
View Articlevb.net 2010 cant display asp page
I am a complete novice so please avoid jargon if you can. :) I want to understand how to create a aspx page called from a simple Html page Using vb 2010 I created a web page with works locally and I...
View Articlevbs - xls to csv
Hi, not sure if I'm in the right place here. I'm trying to take a directory of xls files and have them converted to csv into a different directory. I've got this, but I don't know how to change the...
View ArticleParsing SOAP XML with Classic ASP
I'm typically a LAMP stack developer, so I'm a little out of my comfort zone on this one. I'm working on a classic ASP site that is doing a SOAP based XML API connection. It's worked in the past, but...
View ArticleNo JSON Arrays Left to Parse
I am working to get my code to loop through arrays of JSON strings (of same format) until it reaches the end of the arrays (i.e., no strings left). I need the code to recognize it has reached the end...
View ArticleHow to search for more than 1 value using RegExp
I have a working VB scripts that currently search a single value under the session variable property_key and if match found it set to zero and exit. Now I am trying to modify the script so that it...
View Articlevbscript to find a strings id and perform some operations and export data to...
Hi Team I am newbie to VBscript and looking for an help. There are many log files in a folder. I want to search a string string1 and get its id loaded to a variable var1. Then search another string2...
View ArticleNeed to raise an image higher in html
Hi all, I'm REALLY new at this. I know almost nothing about html. So I need some help. I downloaded a free template that's perfect for my website, but I needed to change the logo. So I created one on...
View ArticleDllcalls in a vbscript
I am not sure, this is probably not the right subforum... I would like to have a simple vbs script which runs on every Windows PC without additional apps and tools. Below is a short script written in...
View ArticleVB script for window services
Hi We are using vbs script to monitor the services in SAP application.Below script was already implemented.It is listing only some services in SAP(stopped and running) .Please help me in the script to...
View Article