batch-file tag

23 questions


3 answers
116 views
0
I want to concatenate the file names taken out by the dir command.

I would like to use the command prompt to extract the file name and print it out as a list separated by a blank space.When you use the dir command in a batch file, you get the following results: >d...


2 answers
62 views
0
I want to run it repeatedly with the variables specified in the Windows batch file.

I would like to perform a series of iterations on a particular string in a Windows batch file.I wrote the batch file as below, but the error message echo is off appears.I searched, but it said that if...

2 years ago

1 answers
118 views
0
Output file garbled when reading batch file

I'm creating a batch file that writes SJIS to an xml file.When I import into SJIS and check the XML file, I get garbled or missing Japanese characters error.ExampleSJIS (Example AAA.TXT) 1. Panda2, sh...

2 years ago

2 answers
97 views
0
I want to use the job function (queue) to run the batch on Windows

I'm trying to encode a large number of video files on my Windows 7 desktop using Handbrake.Although the GUI version provides queue-based batch processing, encoding many videos with the same configurat...

2 years ago

1 answers
107 views
0
How do I specify the path when I place the Batch File on the server?

I would like to launch the batch file from php.exec(cmd.exe /c(drive name)aaa.bat;If aaa.bat is on the php server as is usually the case withWhat happens to the pass designation?Also, if it is on a pa...

2 years ago

3 answers
136 views
0
I want to search for multiple repositories in the Windows batch.

What do you want to doThe purpose is to make it possible to search for the same search word in bulk for various locally pulled repositories and output it as text files.idealOnce you have entered a sea...


2 answers
58 views
0
I want to find and copy only the specific string in the file name to a different folder.

I'm thinking about working with a batch file.I would like to find the files in the file name test and copy only the files to the target directory (dest), although the subdirectories have different hie...

2 years ago

2 answers
86 views
0
Obtain the number of files in the folder directly below the drive and the last update date and time

Suppose you have a folder directly below the drive as shown below.C:\AC:\BC:\CI would like to aggregate the number of files and the last update date and time on EXCEL for folders A, B, and C just belo...

2 years ago

1 answers
70 views
0
You want to remove administrator privileges from the BAT that you performed with administrator privileges.

PurposeI want to launch another executable file from a BAT file that I ran with administrator privileges without granting administrator privileges.Hoge.bat@ECHO OFFSTART NOTepadexitIf you run Hoge.bat...

2 years ago

1 answers
78 views
0
I want to search and add files that do not contain specific characters.

I keep the batches and shell scripts that I have created so far under a certain folder.The first line of the file is written differently depending on the time and person you created it.I'd like to aut...

2 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.