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
774 views
1 answer
    I wrote a script which is connecting to an Oracle database to select multiple entries in a specific table. The ... you understand what I mean. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
882 views
1 answer
    I need to launch programs in my local system using VBScript. But I am having trouble with the syntax. This is ... I give some DOS commands?! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
854 views
1 answer
    I'm new to VBScript. I cannot find a way to copy files from one XP host to another using WMI in a ... empest1.txt") Wscript.Echo errResults Next See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I am getting the 800A0414 error in lines 7 and 12 of this script: Module Module1 Dim p Sub Main() CreateObject( ... way please let me know. Thanks for your help Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
916 views
1 answer
    Is there a way to perform an HTTP GET request within a Visual Basic script? I need to get the contents of the response from a particular URL for processing. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
790 views
1 answer
    Is the ZIP compression that is built into Windows XP/Vista/2003/2008 able to be scripted at all? ... that requires no external applications to be installed. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.9k views
1 answer
    How can I post data from order.asp to 3rd party url? I have all parameters in form tag. On submission 3rd ... possible, then how to use curl in asp classic? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I'm trying to execute this simple test script, but a command shell window is appearing after I execute the script.: Set ... I don't want it to show up at all. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
953 views
1 answer
    I have written this code to access Excel files inside a folder: strPath="C:Test" Set objFso = CreateObject( ... (there are also some folders inside subfolders)? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
862 views
1 answer
    How does garbage collection work in JavaScript? Is it similar to .NET garbage collection? And is it ... JavaScript as their standard client-side language? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
909 views
1 answer
    We have been trying to install a COM DLL on a new server. The interface is Classic ASP. The Map ... =Nothing Set application("g_pcmmapmgr")=Nothing End Sub Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
858 views
1 answer
    I tried in VBS using WMI On Error GoTo 0 'Set objSoftware = objConnection.Get("Win32_Product") Set colSoftware = ... -uninstall-software-that-requires-a-password-i-have-it-remotel...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
884 views
1 answer
    I want to bind the label value (which dynamically loads) into email body. objMessage.TextBody=objMessage.TextBody & XXXXX ... -asp-how-to-bind-dynamic-label-name-in-email-body...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
979 views
1 answer
    Sorry if this seems like a dumb question but im curious to see if this would work? So my plan was to create a ... -for-vbs-to-sendkeys-while-a-full-screen-application-is-above-it...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
969 views
1 answer
    I use the following function to check if a RSS url is healthy then consume it: function testUrl(url) testUrl ... questions/65865738/where-to-put-the-sleep-function-in-msxml-request...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I use the following function to check if a URL responds in a few seconds: function testUrl(url) Set xmlDOM ... /65869073/how-to-use-msxml2-settimeouts-to-prevent-timeout-error...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
919 views
1 answer
    I used the following code to check if a RSS url responds in 5 seconds so I can consume the RSS feed ... /65870869/how-to-handle-server-address-not-resolved-in-xmlhttp-request...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am using the following code to download data from a website using vbs. The data is held at the url in table ... com/questions/65873401/vbs-to-download-data-from-url-as-csv-table...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
808 views
1 answer
    I'm trying to set focus to the OK button so that the user can press Enter after being able to do the ... 65909626/vbscript-get-ok-focus-on-back-window-after-closing-front-window...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I am trying to get an old application from classic asp to send emails through mailgun api. I can get ... questions/65925134/send-email-to-mailgun-with-attachment-from-classic-asp...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
896 views
1 answer
    I want to run a file in VBS, which is in the same directory, but I don t want to write every time C:Users.. ... /questions/65932641/how-to-run-with-vbs-a-file-in-the-same-directory...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
936 views
1 answer
    This question already has answers here: question from:https://stackoverflow.com/questions/65545904/for-each-file-in-folder-files-does-not-list-all-files...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
960 views
1 answer
    Have a use case. There is a password-encrypted xlsx. The password is for reading the workbook only, and I cannot make ... -vbs-to-open-xlsx-with-password-and-save-into-a-new-xlsx...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
926 views
1 answer
    Is there a way to perform an HTTP GET request within a Visual Basic script? I need to get the contents of ... from:https://stackoverflow.com/questions/204759/http-get-in-vbs...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
862 views
1 answer
    In a script that retrieves user attributes from active directory, there is one attribute that is sometimes ... -trap-error-for-empty-directory-property-variable-error-8000500d...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
754 views
0 answers
    I am trying to make a vbscript that will create a shortcut of another vbscript and put the shortcut in the startup ... 与%appdata%一起使用?) ask by Liam Kelly translate from so...
asked Mar 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
756 views
0 answers
    I am trying to make a vbscript that will create a shortcut of another vbscript and put the shortcut in the startup ... 与%appdata%一起使用?) ask by Liam Kelly translate from so...
asked Mar 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
717 views
0 answers
    I am trying to make a vbscript that will create a shortcut of another vbscript and put the shortcut in the startup ... 与%appdata%一起使用?) ask by Liam Kelly translate from so...
asked Feb 21, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...