[SOLVED] Batch Process

Jacob_72

Distinguished
Nov 12, 2015
53
0
18,530
I have over 35 thousand files I want to open at once! how can I write a batch file in notepad for this string in the following Thx.

C:\Users\jaygo\OneDrive\Desktop\New Folder (4)
 
Solution
how can I write a batch file in notepad for this string in the following Thx.

C:\Users\jaygo\OneDrive\Desktop\New Folder (4)

You open Notepad and write or paste the line, then save it as Filename.bat in a folder of your choice.

What do you expect a batch file with only that line/string will do? Regardless I suspect you will be disappointed.

kanewolf

Titan
Moderator
I have over 35 thousand files I want to open at once! how can I write a batch file in notepad for this string in the following Thx.

C:\Users\jaygo\OneDrive\Desktop\New Folder (4)
I don't know of any way to open 35 thousand files simultaneously. File count limits, and memory limits will prevent this.
You will have to break up your 35 thousand files.
 
D

Deleted member 14196

Guest
Yeah that’s not gonna happen. And for what reason would anybody need to open so many files simultaneously for? Even if you could get them open you wouldn’t have enough resources left to do anything useful.