Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged vbscript
0
votes
956
views
1
answer
vbscript - Breaking a String Across Multiple Lines
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)
vbscript
0
votes
1.0k
views
1
answer
vbscript - Launch programs whose path contains spaces
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)
vbscript
0
votes
1.0k
views
1
answer
vbscript - Trying to copy file from one XP PC to another using WMI, since RPC and UNC are not available
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)
vbscript
0
votes
1.7k
views
1
answer
vbscript - Cannot use parentheses when calling a Sub Error 800A0414 VBS
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)
vbscript
0
votes
1.1k
views
1
answer
vbscript - HTTP GET in VBS
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)
vbscript
0
votes
963
views
1
answer
vbscript - Can Windows' built-in ZIP compression be scripted?
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)
vbscript
0
votes
2.1k
views
1
answer
vbscript - How can I post data using cURL in asp classic?
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)
vbscript
0
votes
1.4k
views
1
answer
vbscript - Hide command prompt window when using Exec()
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)
vbscript
0
votes
1.1k
views
1
answer
vbscript - Recursively access subfolder files inside a folder
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)
vbscript
0
votes
1.0k
views
1
answer
vbscript - How does garbage collection work in JavaScript?
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)
vbscript
0
votes
1.1k
views
1
answer
vbscript - Error ASP 0177: 8007007e CreateObject fails for COM DLL
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)
vbscript
0
votes
1.0k
views
1
answer
vbscript - programmatically uninstall software that requires a password (I have it) remotely
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)
vbscript
0
votes
1.0k
views
1
answer
vbscript - Classic ASP: How to bind dynamic label name in email body
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)
vbscript
0
votes
1.1k
views
1
answer
vbscript - Possible for VBS to sendkeys while a full screen application is above it?
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)
vbscript
0
votes
1.1k
views
1
answer
vbscript - Where to put the sleep function in MSXML request?
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)
vbscript
0
votes
1.7k
views
1
answer
vbscript - how to use MSXML2 setTimeouts to prevent timeout error?
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)
vbscript
0
votes
1.1k
views
1
answer
vbscript - How to handle server address not resolved in XMLHTTP request?
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)
vbscript
0
votes
1.3k
views
1
answer
vbscript - vbs to download data from url as csv table
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)
vbscript
0
votes
994
views
1
answer
vbscript Get OK focus on back window after closing front window
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)
vbscript
0
votes
1.6k
views
1
answer
vbscript - Send email to mailgun with attachment from classic asp
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)
vbscript
0
votes
1.1k
views
1
answer
vbscript - How to run with VBS a file in the same directory?
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)
vbscript
0
votes
1.1k
views
1
answer
vbscript - 'For Each File In Folder.Files' does not list all files
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)
vbscript
0
votes
1.1k
views
1
answer
vbscript - use vba/vbs to open xlsx with password and save into a new xlsx
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)
vbscript
0
votes
1.1k
views
1
answer
vbscript - HTTP GET in VBS
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)
vbscript
0
votes
1.0k
views
1
answer
vbscript - How to trap error for empty directory property variable error 8000500D
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)
vbscript
0
votes
848
views
0
answers
vbscript - 尝试创建快捷方式时,vbscript错误(Error in vbscript while trying to create shortcut)
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)
vbscript
0
votes
855
views
0
answers
vbscript - 尝试创建快捷方式时,vbscript错误(Error in vbscript while trying to create shortcut)
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)
vbscript
0
votes
811
views
0
answers
vbscript - 尝试创建快捷方式时,vbscript错误(Error in vbscript while trying to create shortcut)
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)
vbscript
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
Just Browsing Browsing
[1] javascript - How Do You Use App Script to insert Blank Placeholder Data for Missing Cell Contents?
[2] 服务器搭建mysql环境会卡吗?
[3] vite dynamic import 怎么实现
[4] echart折线图数据切换频繁显示异常多出一条线
[5] 使用Vue 写一个单独的H5页面项目,在微信浏览其中不执行函数,但是在谷歌中就执行函数
[6] flutter - is there any way to recover my visual studio dart files (.dart files) by the debug I did earlier?
[7] cooja - How to get all the preferred parents up to the root for a certain node in Contiki RPL classic?
[8] 输入的名称正则要求怎么写?
[9] linux centOS7环境下 替换tomcat9其中一个class文件,重启tomcat还是没有生效
[10] PhpStorm HTTP client. Unable to pass POST params to localhost
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...