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 batch
0
votes
601
views
1
answer
batch file - Adding switches to command line arguments
I want to create my own command in following manner which I wish to run from both batch and cmd.exe: fake-command ... a better way to do this? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
535
views
1
answer
batch file - How do I get Windows cmd FOR to 'play-nice' with drag-n-drop
I had a very straight forward little batch script. The design outline is simple enough ... I want to touch ... @echo ^ [done] @echo. @pause See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
871
views
1
answer
batch file - How to disable both `eol` and `delims` options of `for /F`?
The for command with the /F switch is used to parse lines of text strings (literal strings, read from text ... a delims character also as eol. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
726
views
1
answer
batch file - Use a variable in a 'for' loop
I have following code: @echo off SET ITER=0 for %%i in (%*) do ( SET ITER+=1 ECHO %ITER% ) The output ... the updated variable in the for loop? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
709
views
1
answer
batch file - How do you suppress environment variable expansion within DOS and Windows CMD?
This is a simplified example with modified variable names of what I want to do. Also for simplicity sake, I am ... expand in either DOS or cmd. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
1.4k
views
1
answer
batch file - Silently Updating Firefox via Command Prompt (Windows)
I have a batch file which silently installs Firefox and this works fine. (I add -ms to the line where I execute ... ***Firefox-Setup-37.exe -ms See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
630
views
1
answer
batch file - Problems checking if string is quoted and adding quotes to string
I am trying to check if a string is quoted by checking the first and last characters of the string. But ... syntax of the command is incorrect. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
873
views
1
answer
batch file - Find USB Drive letter
I need to get the drive letter of the usb pen drive.the command CHDIR >drive.txt gives me the drive letter ... into a variable in my batch file See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
634
views
1
answer
batch file - Delete sub directories older than 30 days
I'm trying to create a batch script that will delete all sub directories which are older than 30 days. I' ... directories which are 30 days old? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
1.4k
views
1
answer
batch file - Is there a way to get epoch time using a Windows command?
Is there a way to get epoch time using a Windows command? If not, can the date and time commands output be ... no special characters such as / : See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
636
views
1
answer
batch file - Start new cmd.exe and NOT inherit environment?
If I start a new CMD shell from an existing shell, the new shell inherits the existing environment. Is there a way ... , our shell isn't clean! See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
641
views
1
answer
batch file - GnuWin32 openssl s_client conn to WebSphere MQ server not closing at EOF, hangs
I am trying to use the GnuWin32 version of OpenSSL to fetch certificates from several WebSphere MQ queue managers. ... /POSIX issue? Code bug? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
768
views
1
answer
batch file - How can I run a QTP test from the command line?
There are a few situations where I need to launch and run a QTP test from the command prompt. For example, I ... . How can I accomplish this? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
931
views
1
answer
batch file - Uninstalling a ClickOnce application silently
We have an production application that is deployed using Visual Studio's built-in ClickOnce deployment tool. I ... Only the ClickOnce window. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
546
views
1
answer
batch file - How to schedule an automatic FTP download on Windows?
I need to connect to a host with username, password, implicit TLS encryption and port number to download files ... this job over command-line. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
578
views
1
answer
batch file - How to convert a tasklist's CPU time to CPU % usage?
I'm trying to use tasklist to find out which process is consuming more than X percent of my CPU (to later ... time and the CPU usage percent? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
792
views
1
answer
batch file - "Bring to front" for Windows XP command shell
Is there a command I can put into a Windows XP .bat file to bring the command shell to the front? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
485
views
1
answer
batch file - How to avoid cmd.exe interpreting shell special characters like < > ^
I have a Windows CMD script that accepts a number of parameters and executes an EXE, passing first some ... the shell special characters? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
988
views
1
answer
batch file - Meaning of %%~dpa?
I am given to maintain some batch files and i repeatedly see this line in the beginning of every batch file.. FOR ... is %0 ? What is usebackq? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
980
views
1
answer
batch file - Escaping double-quote in `delims` option of `for /F`
I'm having a bit of trouble with a batch script which needs to parse a value out of an config file into a ... it to split the string on "? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
798
views
1
answer
batch file - Running a shell script through Cygwin on Windows
I have a bunch of shell scripts that used to run on a Linux machine. Now, we've switched over to Windows, ... call is made from Windows batch? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
642
views
1
answer
batch file - CMD: piping ECHO to SET/ expanding variables in variables
%x:~12,3% Returns 3 characters starting at the 12:th character in x variable. What I have been trying to ... How can I make this work? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
646
views
1
answer
batch file - matlab - display dos command output to static text
i am using GUI to call a terminal command. By using dos(my_command, '-echo') i can get the command ... GUI until the commands are finished? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
621
views
1
answer
batch file - appactivate between multiple internet explorer instances
Is it possible to use wshshell.appactivate to switch between multiple internet explorer windows? I am trying to ... webpage dialog popping up. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
792
views
1
answer
batch file - Set /p in a loop?
This is probably impossible, but I have a loop that displays a animated logo by using TYPE to type logo_( ... how. Any ideas? Thanks. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
494
views
1
answer
batch script to zip a folder without using external softwares
I have folder with the following structure folder subfolder(empty) subfolder file1.bat file2.bat file3. ... :OutputZipFilessomeArchive.zip pause See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
759
views
1
answer
batch echo pipe symbol causing unexpected behaviour
I have a variable in my batch file and it contains the pipe symbol (this one: |) so when I echo the ... well as any extra spaces before it. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
920
views
1
answer
batch file - whats the difference between: %%a and %variable% variables?
for /f "tokens=*" %%a in ('find /v ":" "%appdata%gamelauncheroptions.txt" ^| find "menu=a"') do ( set ... a? Thanks for any help in advance! See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
Page:
« prev
1
2
3
4
5
6
7
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] d3.js怎样将图片设置为地图的背景呢
[2] moment.updateLocale()后更新成功,但在antd 的DatePicker没有更新
[3] 多个router-view如何只修改一个。
[4] c# - Correctly override the generic BaseController
[5] reactjs - React hook useState not updating state as desired?
[6] javascript - How would I send a message with an argument to a specific channel
[7] vue-cli3 api代理问题
[8] 修改el-timeline-item的左侧第一个节点颜色,修改后无效
[9] vue 导出pdf ,空白。直接url 下载是没有问题的
[10] Java jdbc 无法加载 mysql 驱动
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
广告位招租
...