VBScript (Visual Basic Scripting Edition) is an interpreted scripting language developed by Microsoft that is modeled on Visual Basic.
0
votes
1answer
7 views
Reading file in vbscript throwing error with invalid procedure call or argument error
I have the below code..If I use the static strInputPath3 the code works fine but if I use the strInputPath3 the code errors out with an error invalid procedure call or argument..Can someone please ...
0
votes
1answer
17 views
Break down sections in a text file using vbscript
I have a file which is in this format
name.css value
name.js value
I want to break this down and create strings which will be in this format
string1 = "c:\" + value + name + ...
0
votes
1answer
17 views
Msgbox behaves different in vbscript
Normally in VB when we use the msgbox function, the msgbox stays up until we
dismiss it.
I've been noticing that my messageboxs and inputboxs in vbscript disappers
after 5 seconds without being ...
0
votes
2answers
22 views
WSH VBScript switch workSHEET in already open Excel workBOOK
Is it possible to switch worksheets within a workbook in a WSH VBScript (referenced by name) and if so, how would I do it?
This will be used in a script that already opens an Excel file. I want to ...
-2
votes
2answers
36 views
how to maximize ,minimize and close button in popup window in html page? [closed]
I trying to make a popup window that has no title bar or maximum,minimum and close button.
any suggestion please post on this site.
0
votes
2answers
35 views
Python or VB script to run a batch file in background even the user logged out in windows [closed]
We need python or VB script code to run a batch file in background even the user logged out the system. The script should run always irrespective of users logged in/logged off and machine reboot.
I ...
0
votes
0answers
14 views
Using VBScript to do HTTPCompressions
So I have multiples files like css and js and json which using VBScript I am merging into one file.Now I want this file to be Compresses or minimized when merging them together..I don't have much idea ...
0
votes
1answer
54 views
Grouping Similar Cells in Excel
I have an excel sheet that has 7000+ records. It has two columns- Number and Title. The rows under the 'title' column contains strings and some of the strings are quite similar. For instance:
Need ...
0
votes
1answer
26 views
VBS issue for writing a file
Here is what I am trying to do.
The script reads a text file for computer names one at a time.
Checks to see if a program.lnk exists.
If the link exists it copies a new link to that computer/users ...
1
vote
1answer
18 views
Adding some kind of event listener for network connectivity
I have at my disposal the following resources:
VBScript, WMI Queries, Registry Key/Values, .bat batch files
Using any combination of these resources I need to create some kind of event listener that ...
-1
votes
1answer
23 views
How to check all the links dynamically?
The following thing I have to do using VBScript in QTP 10/11:
The VBScript opens one login page. After the login it counts the number of links in that page and then prints all the links. Afterwards ...
1
vote
1answer
20 views
Using Session values inside VBScript
This is an excerpt from an old authentication technique. I'm trying to assign a different value to the Document.Form.XXXXX.Value variables. The values I want are stored inside a Session variable ...
0
votes
4answers
70 views
Really simple Regular Expression?
Sorry, I am terrible at regular expressions, but I am trying to find one that will match any string that ends with the string ".wim" with nothing else after it. For example, given the following ...
0
votes
1answer
13 views
VBScript Admin CMD Command Executed Remotely
Trying to execute a simple dns flush remotely from a machine, but for one reason or the other - I need to run the cmd as admin. The cmd runs fine under the account physically in person, but you need ...
-4
votes
0answers
31 views
Extracting keywords from a continuous string with Classic ASP [closed]
Does anyone know how I can extra keywords from a continuous string (domain name) using Classic ASP / VBScript ?
E.g.
hotelsinboston.com
Result
hotels
in
boston
Thanks
Matt