file tag

99 questions


1 answers
106 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

1 answers
129 views
0
Faster reading and writing of text data

We currently have a text file between the two applications.The text file contains the following descriptions:The number of lines is small, and there are currently only 198 lines.This is what the desig...

2 years ago

2 answers
135 views
0
Understanding the encoding Argument for the open Function in Python

I tried to write the following code and write the data to the file, but I got the following error...How can I modify the code below to write text data to a file simply...? I would appreciate it if you...


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
57 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
85 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
69 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

2 answers
70 views
0
Is it possible to execute the Makefile itself?

As a task runner, I often use Makefile.If you want to run a process that is interactive for a long time, then you might want to run exec.More specifically, if you add various options to docker run and...

2 years ago

1 answers
99 views
0
Understanding MP3 ID3 Tags

Thank you for your help.Regarding the tag in MP3, regarding the file format information of ID3v2, I have one concern, so I have a question.Regarding the frame part that has data such as title and arti...

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
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.