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
732
views
1
answer
batch file - Automatically open a browser and login to a site?
I have a 70 years old grandma that is not used to use the computer, but she has an e-mail and Facebook, ... EXAMPLE.COM" "WWW.EXAMPLE2.COM" EXIT See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
735
views
1
answer
batch file - Append text with .bat
I want to create a log of every operation processed in a batch file and used the following but to ... TOOLSSYSTEMLOGAdvanced tools %date%.log" See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
651
views
1
answer
batch file - How do I capture the output of a script if it is being ran by the task scheduler?
Using Windows Server 2008, how do I go about capturing the output of a script that is being ran with the ... the output from it every night. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
733
views
1
answer
batch file - Executing multiple commands from a Windows cmd script
I'm trying to write a Windows cmd script to perform several tasks in series. However, it always stops after ... have", not essential. Thanks. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
682
views
1
answer
batch file - How to open a dynamic view in clear case with a given config spects using command prompt?
I have config spects for a view and I need to create a view in Clear Case using command prompt. Please let ... some example. Thanks in Advance! See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
997
views
1
answer
batch file - Script via Plink in .bat behaves differently
I have a .bat file on my Windows machine. This .bat file uses plink.exe to connect to an Ubuntu machine ... . Any help would be appreciated. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
545
views
1
answer
batch file - How to store the result of a command expression in a variable using bat scripts?
I have the command below to count all directories that that follow the pattern 20?????? : 'dir /b " ... forementioned example) in a variable? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
623
views
1
answer
batch file - Less than or equal to
Using the pause command I found that the error is in the first line of this code: if %choice% == 1 if ... know whats wrong with this part. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
952
views
1
answer
batch file - For /F with wmic unwanted output
First post here, so apologies if I don't do this quite right. I'm trying to output the OS version on a ... why the echo output is happening? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
724
views
1
answer
batch file test error level
I'm trying to conditionally run an exe from a batch file conditionally upon another exe executing successfully. I've ... am I going wrong here? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
777
views
1
answer
batch file - How to set a timeout for a process under Windows 7?
I would like to start a program with a windows batch file. But the program should stop after a certain ... Windows 7, 64 Bit, Professional See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
839
views
1
answer
batch file - Save and Load .bat game
I'm making a text game written in bat, and the game has been done, (or more, a good part of it, such as ... write to the file and so "save". See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
554
views
1
answer
batch file - Why can't I access a variable named __CD__ on Windows 7?
Note - this question is based on behavior observed on Windows 7. I believe the behavior applies to all other ... , not a practical one!) See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
836
views
1
answer
batch file - ERRORLEVEL inside IF
Just stumbled into a weird thing with %ERRORLEVEL% and wanted to see if anyone knows why and if there's a ... //support.microsoft.com/kb/69576 See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
1.0k
views
1
answer
batch file - How can I escape an exclamation mark ! in cmd scripts?
When I have setlocal ENABLEDELAYEDEXPANSION set in a cmd script is there any way I can escape a ! that I want to use ... to go out with a bang^! See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
696
views
1
answer
batch file - Suppress command line output
I have a simple batch file like this: echo off taskkill /im "test.exe" /f > nul pause If "test.exe" is ... NUL? How can I suppress that output? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
707
views
1
answer
batch file - Windows shell command to get the full path to the current directory?
Is there a Windows command line command that I can use to get the full path to the current working directory? ... used in a batch file? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
943
views
1
answer
batch file - set /p empty answer crash
i am new here so i'll try to be as good as i can. So i am trying to make a RPG based on text- ... if %input%==quit goto EXIT Thanks in advance See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
749
views
1
answer
batch file - Set output of a command as a variable (with pipes)
Can you redirect the output of a command to a variable with pipes? I haven't tried much as I haven't been able ... and I can't find the answer. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
771
views
1
answer
batch script - read line by line
I have a log file which I need to read in, line by line and pipe the line to a next loop. Firstly I grep ... 't matter what is written per line) See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
545
views
1
answer
batch file - why is my cd %myVar% being ignored?
I save my original path in originalPath and then move to another folder. At the end when I do cd ... pause Why is this happening? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
757
views
1
answer
batch file - Start multiple tasks in parallel and wait for them in windows?
How do I execute some tasks in parallel in batch script and wait for them? command1; # command3, command4 and ... " What am I doing wrong? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
560
views
1
answer
batch file - How to call Run() with parameters
I've got this working line of code in Windows Batch start "" /wait /i "C:Program FilesSandboxieStart.exe" /box: ... is an error: expected: ')' See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
732
views
1
answer
batch file - How do I create a shortcut via command-line in Windows?
I want my .bat script (test.bat) to create a shortcut to itself so that I can copy it to my ... MenuProgramsStartup" Can you help me out? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
818
views
1
answer
batch file - Detect whether current Windows version is 32 bit or 64 bit
Believe it or not, my installer is so old that it doesn't have an option to detect the 64-bit version ... -on-Windows 64-bit redirection). See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
612
views
1
answer
batch file - How to search and replace a string that have an equal-to sign "=" inside
i have to search a string from a txt like Pippo.K=5 and replace it with Pippo.K=1. I need to search the entire ... 1=5 How can i fix this error? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
batch
0
votes
766
views
1
answer
batch file - echo -e equivalent in Windows?
Is there any Linux "echo -e" equivalent in windows so I can use "echo -e xnnn" to print out the ... code is the hexadecimal value nnn ? 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] c++20 - Two-Step Compile for C++ Modules?
[2] 使用prerender-spa-plugin后初始加载页面有轮播图一屏幕显示多个并且加载过程有白屏
[3] 在 Google Play 发布软件,可以不发测试版,直接发正式版吗?
[4] what ObjectStructure in visitor design pattern is?
[5] vba - How to organize information based on a range of dates
[6] Is there difference between redux-saga/core/effects and redux-saga/effects
[7] python 3.x - there issue in my code with send date to MySQL
[8] Graceful leadership transition in Solr 6.3 and Zookeeper 3.4
[9] embedded - How to force redraw/update QT eglfs top-level widget?
[10] H5页面怎么判断是安卓还是ios还是H5
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
广告位招租
...