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
1.1k views
1 answer
    My VBScript does not show the results of any command I execute. I know the command gets executed but I would ... I capture StdOut and StdErr? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
670 views
1 answer
    I try to call a VBA subroutine from VBS with passing a string variable from VBS to VBA, but can't find the appropiate syntax ... --------------- See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
400 views
1 answer
    I am having trouble of making the vbscript to read the text line by line. This is the steps the code ... dirlist.txt. Any solutions here? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    We are running a classic ASP website, and having issues with Cookies in Chrome browser. Chrome is enforcing the ... in classic ASP for this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
734 views
1 answer
    Where does the object "MSXML2.ServerXMLHTTP.4.0" come from? Which install package? I'm attempting to do the ... MS XML is currently installed? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
477 views
1 answer
    I'm trying to use getref to call a function from the function library associated with the test. My code - ... function name from a variable? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
574 views
1 answer
    I am playing with VBScript and I want to make a MsgBox which asks the user if they want to shut down their ... vbNo MsgBox("Ok") End Select See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
482 views
1 answer
    I'm Automating Inventor 2013 using UFT as follows:- Set oApp = GetObject(,"Inventor.Application") Set oDoc = ... ? can anybody explain this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
643 views
1 answer
    I'm trying this code: filename = "test.txt" listFile = fso.OpenTextFile(filename).ReadAll listLines = Split(listFile ... line by line? Any idea? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
728 views
1 answer
    I have a batch file running which spits out a text/html file. The batch file is causing some line breaks in ... have had no luck. Any advice? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
503 views
1 answer
    I need to execute the command "ver" in my vbs to see the version of my Operating System, and i don't know ... = shell.Exec("ver") End Function See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
518 views
1 answer
    How can I close a window with a specific title in Windows XP base using VBscript? Or is there another way to solve this problem? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
588 views
1 answer
    How can I close a window with a specific title in Windows XP base using VBscript? Or is there another way to solve this problem? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
462 views
1 answer
    How to mock the background window to active state using VB script? There is some keycode command I need to send ... the window to active state? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
532 views
1 answer
    I have a xml file which contains the following tags: <gmd:title> <gco:CharacterString>READER FOREVER LEADER</gco: ... I do that using vbScript? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
575 views
1 answer
    I have written a .vbs script which presently is run manually by users. How can I make this script schedule itself ... & "in Seconds") Thanks, See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
339 views
1 answer
    Given that vbscript does not have the On Error Goto MyLabel kind of syntax as with vba, I'm considering ... some error handling into vbscript See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
843 views
1 answer
    Could someone please let me know if the following simple VBScript is correct? It is supposed to close Excel ... "Excel.Application") MyApp.Quit See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
611 views
1 answer
    RsProxyList.Open objDBCommand,,1,1 dim recCount:recCount = RsProxyList.RecordCount Dim output(recCount,2) I get ... array declaration to work? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
488 views
1 answer
    I created an answer file to be used for an Unattended Windows7 install. I would like to be able to modify a few ... = xml.save("path.xml") See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
497 views
1 answer
    I have an MSI install program for my application, that writes something to the path environment variable, but is is ... a function I can use? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
609 views
1 answer
    How do you change font in a MsgBox? X = MsgBox("I want this to be bold times new roman.") See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
444 views
1 answer
    I knew that combining to similar data structures wouldn't be logical but curious to know if we can have a array ... Array("microsoft", "apple") See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
319 views
1 answer
    I am making a game in batch, and I want to play music while the player is 'battling'. I managed to play the ... stop it once the player is done? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
483 views
1 answer
    I would like to convert dozens of excel sheets to csv files at once. I have a working .vbs file which makes the ... can help me. Thanks a lot! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
509 views
1 answer
    When I try to create a COM object in VB script on a Windows 7 (64 bit) machine, I always get the following ... Is there any way to enable this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
692 views
1 answer
    Is there a method of exiting/breaking a while in VBS/VBA? Following code won't work as intended: num = 0 while ( ... end if num = num+1 wend See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
567 views
1 answer
    I want to sort below items using natural sorting: "Z1","Z3","Z2","Z20","Z10" After sorting, I am ... do this natural sorting using vb script See Question&Answers more detail:os...
asked Oct 24, 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

...