23 questions
1.Periodic execution of bat file@powershell-NoProfile-ExecutionPolicy unlimited-Command Start-Process PowerShell.exe-Verb runas C:\********\****.ps12.ps1 starts and performs actions with administrator...
Batch files include:I would like to run test.exe from Python without using this batch file.run.batUse the command-line arguments when executing the exe file.SETLOCALSET PATH = %PATH%;..\..\samples\ext...
As the title suggests, I would like to copy the data using robocopy in the bat file.As I want to skip errors and leave logs, I am thinking of using robocopy to copy files.What is currently being doneC...
I am thinking of using robocopy in the bat file and extracting a file name containing one character and copying it to another folder.I also want to copy the file name with blank space, so I wrote the ...
A list of files in a storage is retrieved daily as the file name [yyyymmdd.log] log and Compare today's and yesterday's logs, and create a program that extracts differences that are in the log yesterd...
I'm thinking of putting the search engine for shogi software on AWS.I have used the following procedure as a reference.https://www.mikunimaru.com/entry/ShogiAWSI followed the procedure and confirmed t...
This is my first post.I apologize for the lack of knowledge.Based on the contents of the compressed file (Zip, etc.) in Windows 10 environment, without taking timeI would like to create a batch file o...
How do I open a .bat file in Windows from the program?Right-click does not find the menu to open from the programI would like to open it using Atom Editor etc.However, you do not want to change the ex...
I would like to run scripts using WebAPI that return huge amounts of data regularly with relatively short 5-minute intervals.A script that runs periodically retrieves data from WebAPI and then jumbles...
In bat, I wrote something to replace the characters in a file, but line breaks and spaces disappear.Please tell me how to solve this problem.@echo offCopy rem source file to tempcopy%~n1.tex%~n1_temp....
- 1 - | » |
© 2024 OneMinuteCode. All rights reserved.