Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged VBScript

0 votes
585 views
1 answer
    I am new to vbscript and while reading i found some code as Do While ie.busy stateString = stateString ... property and readystate property. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I need send mouse clicks from VBS. Like SendKeys. I have searched whole google, it seems there is no such ... Can you give me some solution? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
475 views
1 answer
    I have many HTML files from which I need to extract text. If it's all on one line, I can do that quite ... not sure where to begin. Any help? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
451 views
1 answer
    on submit of a form, I would like to capture the field names and values of the forms and I want them passed ... "& fieldName &""")") Next See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
661 views
1 answer
    I've written a small VBScript to creates a .zip file and then copies the contents of a specified folder into ... on the Sleep function? Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
577 views
1 answer
    Can anyone help me where i do mistake ? this script is for monitoring folder for create, delete or modified text ... :scriptsest" Thank you.... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
784 views
1 answer
    Is it possible to call a .vbs script from a VBA code whenever needed? If possible then can you give me a sample code of how to do so? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
613 views
1 answer
    How do I get the current date and time using VBS (for Windows. I'm not looking for VBScript for ASP/ASPX or webpages). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
754 views
1 answer
    this is a stripped down version of my XML file: simple.xml <project> <scenes> <scene> <rootgroup> <nodelist> < ... am about to have a seizure. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
604 views
1 answer
    Below is the VBScript code for deleting the duplicates from one excel workbook and then copying it to another ... .Worksheets("Sheet1").Activate See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
523 views
1 answer
    I am executing a VBS file that returns the modified date of another file: Set objFS=CreateObject("Scripting. ... before it is returned. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
615 views
1 answer
    I want to get a date in full format in my vbscript. For example, I put DateParam = FormatDateTime(Date()-1, ... anyone knows how to fix this? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
761 views
1 answer
    I am currently using the following VBS script to send an email and it works fine, however the image ... .Add(MessageAttachment) newMail.Send See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
569 views
1 answer
    call main() sub main() Dim scmd Set scmd = "c:windowssystem32cscript.exe //nologo c:s.vbs" createobject( ... "c:windowssystem32"]' Code 800A01A8 See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
627 views
1 answer
    how to save file automatically in particular location using VB Script ? or How is it possible to Download ... from IE automatically. Thanks. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I'm trying to fix an ASP Classic app and when I try to create an array from a Recordset Object. ... ideas would be GREATLY appreciated... See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
591 views
1 answer
    I have a simple vbs-file on my drive c: with following content: Set objShell = CreateObject("Scripting. ... Can someone help me please? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
657 views
1 answer
    I need to loop through the files in a given folder in descending order of 'Last Modified Date'. In ... custom procedures should be efficient. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
635 views
1 answer
    I am trying to ZIP up a folder in VBScript and it doesn't seem to work. I'm certain I am creating the ... & ".zip").CopyHere folder End Sub See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
651 views
1 answer
    I need to be able to make separte .vbs files that will (when triggered with a keyboard short-cut) will ... allowed here) a separate package. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
836 views
1 answer
    I have the following code: Function filejson(json) Dim objStream, strData Set objStream = CreateObject("ADODB. ... request_token word. Ideas? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
496 views
1 answer
    As part of the update process which is working well for us, we would like to add an extra confirmation dialog ... would be great. Thx, Julien See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
738 views
1 answer
    I want to terminate the program once the key F1 is pressed. Not sure sure how to write the do while loop. Any ... } is not pressed '... Loop See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
343 views
1 answer
    I am writing a VB Script to update some files on the network. Before beginning, I want to know if any of ... apart from trying to replace it)? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
669 views
1 answer
    I'm trying to make a script to connect a network printer to a user computer. The script uses the computer name ... & strServer & "" & strPrinter See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
835 views
1 answer
    Added to post Jun-19-2014 Thanks Bond. Since you had IE9, I appreciate your test. Hopefully if somebody out ... What information am I missing? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
558 views
1 answer
    I created a .vbs file to create a folder in Outlook. I copied most of the script out of MSDN and get ... 2010. Running as local administrator. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
704 views
1 answer
    How do I verify via VBScript if the file conf exist under Program Files (i.e. C:Program Filesconf)? For example ... msgbox "File doesn't exist" See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.9k users

...