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
960
views
1
answer
vbscript - Trim leading spaces including tabs
I need to read files using vbscript and remove all leading spaces including any tabs. I now LTRIM will remove ... I remove tabs also. Thanks. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
781
views
1
answer
vbscript - Cint overflow error when value exceeds 100,000+
I am brand new to programming and am running into some trouble with Cint overflow error. Whenever the value ... " & shiftaverage </script> See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
573
views
1
answer
vbscript - Convert vbs encrypted script to string
I have a .vbe (.vbs) file with encrypted script produced by screnc. What is the proper way to convert the ... source? Great thanx in advance! See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
633
views
1
answer
vbscript - Inno Setup Copy Files and Folders to an Existing Zip File
Is there a way to copy files from a folder to a zip file using Inno Setup? My installer script creates a Temp ... if this is a good solution. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
617
views
1
answer
vbscript Eval a string to a Variable in a loop?
I am trying to use vbscript's Eval (or maybe I need Execute) to create some variables from the key names from ... or if this is even possible? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
900
views
1
answer
vbscript split string with colon delimiter
I have a project which receives a delimited string through SMS. I am tasked to split the string by colon (:) ... but I get defghi instead. Why? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
985
views
1
answer
vbscript - How to delete the first row in the .csv file
I need to delete the first row of the CSV file. In my script I received CSV file as argument and it's ... first row only before processing it. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
564
views
1
answer
vbscript - Currupted file in non-english locale (encoding problem?)
In my MSI Windows Installer I have a custom VBScript action which extracts some files from the 'Binary' table to ... also on a Japanese system? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
657
views
1
answer
vbscript - Update registry using VBS
I'm trying to update the legal caption on our PCs using a VBScript. So far, I've been able to read values ... are testing values at the moment. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
725
views
1
answer
vbscript - handling MS Word with VBS on Windows
General question: how can functionality in VBA macros created by 'recording' in Microsoft Office be 'translated' into ... advance for any help. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
733
views
1
answer
vbscript - Use a variable in file path in .vbs
Is it possible to usa variable in a path in .vbs. My basic situation is I have a vbs script that will often ... there an easier way to do this? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
665
views
1
answer
vbscript - Can you detect a 301 redirect with Microsoft.XMLHTTP object?
I'm using VBScript and the Microsoft.XMLHTTP object to scrape some web data. I have a list of URLs to ... ideas would be greatly appreciated. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
544
views
1
answer
vbscript - repeating script that goes from SAP to Excel and back again
I am trying to build a script that takes the data out of a huge report in SAP, runs some cleanup in Excel, ... or articles you can direct me to. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
722
views
1
answer
vbscript - Rename files without copying in same folder
I have files with following naming convention. RE12356_GJ123456789.DAT I need to rename the file to RE12356_GJ123456790. ... help me. Thanks! See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
775
views
1
answer
vbscript - How to exit gracefully closing open excel file on error?
I use dos .bat file to run a .vbs file continuously ... If any error occurs the batch file runs the ... = Nothing WScript.Quit Thanks in advance See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
637
views
1
answer
vbscript - how to expose variables from msscriptcontrol?
I'm trying this for a while now.. is it possible to expose variables and other things to the main script with ... ).READALL & vbNewLine) End Sub See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
980
views
1
answer
vbscript - put an image as the background of an input box
I wanted to put an image in a msgbox. After I searched for it I found it impossible so I decided to ... border and change the background color See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
747
views
1
answer
vbscript - passing argument from vba to vbs
I have one vb script and excel page with command button. vb script---test.vbs MsgBox("Hello world") excel vba ... MessagBox. How can I do that? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
579
views
1
answer
vbscript - Add extra header to email VB ASP 3.0 script
I'm working with a web app in VB ASP 3.0. I have the following code to send an email: Const ... Any help will be greatly appreciated. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
813
views
1
answer
vbscript - Execute stored procedure and return resultset
I'm a complete VBScript newbie and I am trying to execute a stored procedure and read the resultset. I have ... results. Can anyone help? Thanks See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
622
views
1
answer
vbscript - How to assign an Excel Range to a 2D array?
Could you please say- how a Excel Range("G2:AA1000") can be assigned to a 2D array? If possible how ... identified from that 2D matrix? Thanks, See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
645
views
1
answer
vbscript - How to pass a command with spaces and quotes as a single parameter to CScript?
I'm using CScript to run a VBScript file, and I need to pass a command line to the script where the ... t make that determination. Any ideas? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
653
views
1
answer
vbscript - How do I check if wscript/cscript runs on x64 host OS?
I'm running a VBScript that may run under x64 Windows. I need to read a registry key from the 32-bit part ... the script is executed under x64? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
863
views
1
answer
vbscript - Will Microsoft Edge and Windows 10 support HTA?
I'm working on an HTML Application for Windows 8.1, and, as our office soon will use Windows 10, I'm ... Edge and Windows 10 still support HTA. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
599
views
1
answer
vbscript - Server-side comments: What's the equivalent of <%-- --%> in ASP Classic?
What's the equivalent of <%-- --%> in ASP Classic? I have to modify a legacy ASP application and ... expressions would get evaluated and fail. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
796
views
1
answer
vbscript - VBS (Visual Basic Script) Run Program hidden/invisible
I am trying to run a program (In this case Internet Explore) hidden/invisible from a VB script. I found a ... VB Script (Visual Basic Script)? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
586
views
1
answer
vbscript - Inno Setup Copy Files and Folders to an Existing Zip File
Is there a way to copy files from a folder to a zip file using Inno Setup? My installer script creates a Temp ... if this is a good solution. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
0
votes
693
views
1
answer
vbscript - "Not enough storage is available to complete this operation" when base64-encoding a zip file
The below code is for converting a zip file to base64 format. Dim inByteArray, base64Encoded, Const TypeBinary = 1 ... are mostly 30MB or more. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vbscript
Page:
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] linkedin - Public profile returning {"id":"private"} on API call
[2] 一道关于事件循环的代码题,希望不吝赐教~
[3] webpack打包没找到资源?
[4] Android SDK installation failed (Jenkins' Android Emulator plugin) Caused by: java.io.IOException: Failed to donwload SDK archive
[5] Angular升级遇到问题
[6] c# - How to save/load DataGridView cell and text color into XML?
[7] math - Powershell small numbers rounding up etc
[8] elementUI,upload上传,后端返回文件流如何下载?
[9] 响应式页面的宽度有空白
[10] 小程序web-view接收的参数怎么存储?
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
广告位招租
...