Skip to main content

Questions tagged [batch]

Batch processing is the execution of a set of commands or software programs without user intervention. A batch file is a text file containing a sequence of such commands or programs invocations. Please use the tag [batch-file] for that.

1 vote
0 answers
35 views

Writing a batch file that that is named Search.bat which searches to find a specific partition letter and sets it the %drv% so it can be used in: The S: drive is created in Winpe through Winpeshl.ini ...
RBCC's user avatar
  • 11
0 votes
2 answers
59 views

For consistency with corporate identity, one regularly needs to update the master slides of a PowerPoint presentation. However, when having quite some presentations, how to apply this to a batch of ...
clel's user avatar
  • 131
-1 votes
3 answers
194 views

I'm sure there's probably a super-easy way to do this in Powershell or something else, but I'm stubborn. Batch is what I (mostly) know, so that's what I'm using, although I'm not adverse to using ...
Bob Smith's user avatar
  • 121
1 vote
3 answers
277 views

I'm trying to write a Batch file that will recurse 1 level and for all the directories in that level, go in to each of them and run commands. For example. In every directory in my current directory, I ...
user704270's user avatar
1 vote
1 answer
401 views

I have a number of audio files that I'd like to use to convert to video. All videos are static--using only one picture. Some audio files need one picture and some another. The pictures have different ...
Wenchao Liu's user avatar
7 votes
2 answers
646 views

I am trying to call a batch file from another batch file and pass an argument containing a caret ^. Here's a minimal example: @REM @echo off call composer require "psr/log:^3.0" However, ...
Cardinal System's user avatar
1 vote
0 answers
61 views

My specific case is that I want to batch render video files targetting a specific filesize, without having to manually input a bitrate for each file. I want FFmpeg to read the video duration from the ...
nihil_'s user avatar
  • 11
0 votes
1 answer
58 views

One can lexicographically sort a file with Notepad++: How can I lexicographically sort several files at once with Notepad++?
Franck Dernoncourt's user avatar
0 votes
1 answer
168 views

dir /s /ad /d /b relative or absolute non existent folder fails to return to command prompt but the command works if the folder actually exist. I don't have knowledge of how to debug the issue but ...
onefeandxpguy's user avatar
0 votes
2 answers
144 views

This is on Windows 10. Intel has a windows-link. In the properties, the target is : C:\Windows\System32\cmd.exe /E:ON /K ""C:\Program Files (x86)\Intel\oneAPI\setvars.bat" intel64 ...
tinyfiledialogs's user avatar
1 vote
1 answer
139 views

I've been experimenting with creating a render farm for Blender using old computers that I have lying around and have successfully used Flamenco to create it using one extra system, however, to have ...
WJT's user avatar
  • 37
4 votes
2 answers
247 views

I have more than 10 thousand .farc files I need to unzip through a command-line tool. It looks like: tool extract "file.farc" "out-dir" I'm guessing the bat should look somewhere ...
loran's user avatar
  • 41
3 votes
1 answer
624 views

I’m trying to use HandBrake’s “Batch Scan” feature to add multiple video folders at once, but it consistently returns “No valid source or titles found.” I’ve verified: Files are in supported formats (...
Sergey Ivanov's user avatar
2 votes
1 answer
92 views

I was using Rebex Tiny SFTP Server for some simple file transfer but that program locks its data folder inside the exe folder as its shared root. Using symlink, I can manipulate the real folder I'm ...
Tom Tom's user avatar
  • 31
2 votes
0 answers
199 views

I'll try to articulate this as best I can. I've setup PCEM (a Windows VM) with a batch that runs at launch in Windows 95. It checks the contents of the CD that's loaded and then runs a program based ...
Fenrir Wolf's user avatar

15 30 50 per page
1
2 3 4 5
271