M
M
Melan Albotov2019-12-13 11:55:28
cmd/bat
Melan Albotov, 2019-12-13 11:55:28

.bat script to open all screenshots, how to write?

How to run all files in a specific folder using a batch file. Opening manually is limited to 15 files, but I have a folder of 3000 ++ PS Screenshot settings have flown, transferring files to a new directory does not help. To transfer them to a new one, you need to run them in 15 pieces. And it takes a very long time to manually run 3000++ files.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
antonwx, 2019-12-13
@antonwx

On the very first request "bat open all files in folder" in Google, the first link in the first answer contains a solution.

@echo off
for %%v in ("C:\Users\username\Desktop\Test\*.lnk") do start "" "%%~v"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question