Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.

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.

Filter by
Sorted by
Tagged with
4 votes
1 answer
225 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.bat require "psr/log:^3.0" However,...
Cardinal System's user avatar
1 vote
0 answers
40 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
40 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
96 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
117 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
108 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
211 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
319 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
80 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
  • 21
2 votes
0 answers
124 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
-1 votes
1 answer
70 views

I need to create a batch file that will create all the nested folders necessary to move the files. I'd want to have a file named something like folder1-folder2-folder3-file.txt and have a nested ...
Netyasha Roozi's user avatar
2 votes
1 answer
265 views

Not to be confused with questions like this, I need to assign what the command outputs and not the actual command its self which is what I am currently getting from the aforementioned question. I am ...
Mr. Mendelli's user avatar
  • 1,498
3 votes
3 answers
138 views

I'm trying to make a simple batch file that can quickly cleanup my plugins folder for UE5 for a clean rebuild. I have a lot of plugins and would like to not worry about adding them to my current batch ...
Paul Brown's user avatar
0 votes
0 answers
68 views

.bat|.cmd loosestimeout function when Command Prompt window loosing focus. I'm using multiple screens screen saver for all screens together. I'm starting a second screen saver, only for 1st screen, ...
AntonyMan's user avatar
0 votes
0 answers
49 views

After a few years my files in sharepoint change to .url, accessible by clicking the .url and clicking 'Export' or 'Restore' in a web page. Is there a reliable (official or open source) utility to ...
sveta's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
270