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
596
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
531
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
867
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
721
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
705
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
626
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
868
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
630
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
632
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
637
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
763
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
927
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
542
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
574
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
787
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
483
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
984
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
976
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
795
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
640
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
642
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
617
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
788
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
490
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
755
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
916
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] 微信公众号关注相当于默认授权了嘛?
[2] c - Why am I getting Unhandled exception thrown: read access violation
[3] c# - Error NU1202 Microsoft.EntityFrameworkCore.SqlServer 5.0.0 package is not compatible with net50
[4] arrays - how to add dynamically multiple posts with jsonplaceholder
[5] vue3项目中数组变化的更新问题
[6] spring boot - If we have setValidateAfterInactivity() defined, do we still need to use idle connection monitor thread?
[7] hive查询报错
[8] C# Wix Execute CA After Install
[9] python - Flask in Ubuntu 18.04 cannot receive html form file uploads
[10] visual studio code - Angular language service in VSCode does not work because it is not an Angular project ('@angular/core/core.d.ts' could not be found)
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
广告位招租
...