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
1.1k
views
1
answer
vbscript - WScript.Shell.Exec - read output from stdout
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)
vbscript
0
votes
733
views
1
answer
vbscript - Pass Argument from VBS to VBA
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)
vbscript
0
votes
448
views
1
answer
vbscript - Read txt file line by line
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)
vbscript
0
votes
1.2k
views
1
answer
vbscript - Adding Same-site; Secure to Cookies in Classic ASP
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)
vbscript
0
votes
753
views
1
answer
vbscript - MSXML2.ServerXMLHTTP.4.0 Source?
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)
vbscript
0
votes
500
views
1
answer
vbscript - How to call a function (with parameters) which is in function library, taking the function name from a variable?
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)
vbscript
0
votes
621
views
1
answer
vbscript - Yes/no shut down
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)
vbscript
0
votes
520
views
1
answer
vbscript - How getObject Function internally works?
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)
vbscript
0
votes
689
views
1
answer
vbscript - Read line per line a txt file with VBS
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)
vbscript
0
votes
767
views
1
answer
vbscript - CScript and VBS to Remove Line Breaks from Text File
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)
vbscript
0
votes
520
views
1
answer
vbscript - I need execute a command line in a Visual Basic Script
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)
vbscript
0
votes
556
views
1
answer
vbscript - Get title opening windows and close with specific title?
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)
vbscript
0
votes
621
views
1
answer
vbscript - Get title opening windows and close with specific title?
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)
vbscript
0
votes
510
views
1
answer
vbscript - How to mock the background window to active state using VB script?
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)
vbscript
0
votes
568
views
1
answer
vbscript - Replacing xml Text
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)
vbscript
0
votes
637
views
1
answer
vbscript - can .vbs file be a scheduled script?
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)
vbscript
0
votes
361
views
1
answer
vbscript - Speed impact of On Error Resume Next
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)
vbscript
0
votes
881
views
1
answer
vbscript - Close Open Excel Instance
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)
vbscript
0
votes
640
views
1
answer
vbscript - Declaring a dynamic array not working as expected
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)
vbscript
0
votes
520
views
1
answer
vbscript - Searching XML using VBS and changing a value
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)
vbscript
0
votes
540
views
1
answer
vbscript - Windows 7 install program, refresh path environment variable
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)
vbscript
0
votes
658
views
1
answer
vbscript - How to change font in MsgBox
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)
vbscript
0
votes
463
views
1
answer
vbscript - Is it possible to have a array inside a Dictionary object
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)
vbscript
0
votes
370
views
1
answer
vbscript - Sound in batch?
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)
vbscript
0
votes
522
views
1
answer
vbscript - Executing a vbs file with arguments created by python
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)
vbscript
0
votes
527
views
1
answer
vbscript - Cannot use CreateObject from VB scripts on Windows 7 x64
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)
vbscript
0
votes
765
views
1
answer
vbscript - Exit a while loop in VBS/VBA
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)
vbscript
0
votes
616
views
1
answer
vbscript - Natural Sorting using VB script
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)
vbscript
Page:
« prev
1
2
3
4
5
next »
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] reactjs - React asynchronously set data from api in context provider
[2] reactjs - Value of type 'PromiseConstructor' is not callable. Did you mean to include 'new'? React TypeScript
[3] swift - How to create a NavigationLink or Button from a shape in SwiftUI that is only triggered by tapping on the shape but not its frame
[4] vue组件传值问题
[5] I am newbie in Selenium. Can anyone tell me how to handle such kind of error?
[6] WiFi security: SSID invisible or visible?
[7] vue-quill-editor页面一进去获取不到焦点
[8] 关于 gitlab-runner 中 node 环境的问题
[9] java - how to handle exception properly if exception occurs while initializing Spring boot web service?
[10] php - Is there a way to get a nested Eloquent model based on ids from another table?
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
广告位招租
...