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
1.1k
views
1
answer
batch file - Jenkins - cmd is not recognized
Environment: Master Linux Jenkins server Two Windows slave nodes The windows slaves are running as a service ... with a declarative pipeline? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
1.1k
views
1
answer
batch file - How do I clear ONLY ONE LINE of cmd?
So, I have added some stuff in cmd. I want there to be a progress bar using text, so that it is like [ ... Just copy the code from your answer! See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
1.1k
views
1
answer
batch file - exit /B 0 does not work
I have the following problem: I have created a batch script which calls itself in there (for being able to ... wrong here? Process hangs up! See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
647
views
1
answer
batch file - Issue installing MSI silently using msiexec, possible syntax issue?
Essentially I would like to install an msi file silently, and I've got it to work using the following line: ... .com/downloads/file/?id=484649 See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
744
views
1
answer
batch file - Single quotes and double quotes: How to have the same behaviour in unix and windows?
I have a batch script that call an exe with some parameters. Currently I was passing the parameters to my exe ... solution for you. Many thanks See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
917
views
1
answer
batch file - How to use spaces in "if"?
I'm trying to see if a string is the same as another string by using if, but the string contains spaces! ... like this, but nothing changes. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
899
views
1
answer
batch file - How to write an XML tag with double quotes using command prompt echo command
I would like to add the simpliest tag into a file, using a CMD batchfile, but it seems that the double quotes ... me out here? Thanks in advance See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
812
views
1
answer
batch file - How can I set a title that starts with comma, semicolon or equal sign?
Obviously it is possible to set title that contains cmd's standard delimiters but through TITLE command looks ... windows 'native' way? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
1.1k
views
1
answer
batch file - Can I create a 'set /p ""=' command with a timer in Cmd?
I want to create a timer for the 'set /p ""=' command so that if you don't input something in the ... it with another language like C# etc? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
815
views
1
answer
batch file - How to use ANSI escape sequences with CSCRIPT on Windows 10?
I'm trying to use the new VT100 ANSI escape sequence capabilities available in the Windows 10 console with CSCRIPT ( ... file and/or FOR /F. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
759
views
1
answer
batch file - How to change the name of an environment variable with a different variable?
Is there a method to name an environment variable dynamically using another environment variable in a batch file? ... char3atk with output 12 See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
772
views
1
answer
batch file - How can I convert this raw bytes output to GB?
I'm using the below code to output the current free space on the C: Drive. How can I convert the ... do set FreeSpace=%%x echo %FreeSpace% See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
924
views
1
answer
batch file - Delayed expansion and exclamation marks in strings
Ok, so I'm still pretty new to batch scripting and I have this problem with my code that I'm using setlocal ... " in the name of some folder. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
655
views
1
answer
batch file - echo is adding space when used with a pipe
While answering this question I found some strange behavior for which I have no explanation for /f "delims=" %a in ... character with var:~0,-1) See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
817
views
1
answer
batch file to mask input with * without an external file
i need batch file to mask the input with * without external file and i need the code to be fast to ... set char=%variable% echo %char% pause See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
716
views
1
answer
batch file - Error quoting spaces to locate destination filepath WinSCP script issue
I've written a basic .bat file script that automates downloading a group of files via WinSCP. I have used this ... :32:43.903 Sent EOF message See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
1.1k
views
1
answer
batch file - Wait between sending login and commands to serial port using Plink
I want to make connection by serial port in PLINK. The problem is that the code (below) doesn't work ... /cfg_usr/delphi/etc rm vip_coding_yes See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
796
views
1
answer
batch file - How do I add a space on this line?
I'm making a domain resolver, and I don't like the way the text is at the window border. The line is set ... find anything on how to solve this. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
785
views
1
answer
batch file - Why does forfiles swallow the first argument of the command?
I'm trying to do something similar to Get Visual Studio to run a T4 Template on every build using cmd's ... , or am I missing something? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
1.1k
views
1
answer
batch file - Windows CMD - set within for loop is not working
I want to write batch file which will loop through all directories containing backup directory and remove files older ... date ) ) popd pause See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
623
views
1
answer
batch file - Documented behavior for multiple backslashes in Windows paths
Apparently, Windows (or at least some part of Windows) ignores multiple backslashes in a path and treats them as a ... "path not found" error. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
1.2k
views
1
answer
batch file + convert LF to CR+LF
We have a shell script file named LineFeed.sh which does a function of converting a Linefeed(LF) to Carriage ... is "$NEWFILENAME"." exit 0 See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
782
views
1
answer
batch file - Reference a Volume/Drive by Label
I'm trying to write a batch file to xcopy a folder to a removable USB drive. The problem that I face, ... Google-ing has proved fruitless. :( See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
855
views
1
answer
batch file - how do i fix: 'access denied' with the move command in windows 7?
Hi there i'm using the windows 7 'move' command like so: move /Y "C:old.sub.folderfolder.i.want.to.move" ... /puu.sh/2Rx6b.png any ideas? thanks See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
901
views
1
answer
batch file - Why can I not get a substring of a delayed expansion variable in an if statement?
Why does string-manipulation work inline in an if statement without using delayed expansion variables - but fails ... in the if statement. 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 - How to create a Simple Build Script for Visual Studio from the Command Line?
I have a lot of Visual Studio Project Solutions in multiple directories (all with the extension .sln) ... individually calling these projects. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
852
views
1
answer
batch file - Why is escaping exclamation marks not necessary in parameter of `for /F` or `for /R`?
When delayed expansion is enabled, it is (usually) necessary to escape exclamation marks properly in order to get ... are the intended ones. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
672
views
1
answer
batch file - DOS: find a string, if found then run another script
I want to find a string in a file using DOS: For example find "string" status.txt And when it is found, I want ... is the best way to do this? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
Page:
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] java - Aggregation group without _id mongo spring
[2] golang gin卡死
[3] tether - Programmatically enable USB tethering on Android 11
[4] javascript - Firebase query does not return anything
[5] TypeScript中,联合类型可以取代枚举么?
[6] vscode python插件无限加载loading...,无法运行代码
[7] protoc生成c++代码,相同protoc版本在不同机器上生成的不一致
[8] Windows Terminal emoji表情乱码
[9] cuda - Cusolver SVD does not give correct U and VT outputs for complex inputs
[10] c++ - Where do pixel gaps come from in OpenGL?
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
广告位招租
...