• Please stop embedding files/images from Discord. Discord has anti-hotlinking logic in place that breaks links to Discord hosted files and images when linked to from anywhere outside of Discord. There are a multitude of file/image hosting sites you can use instead.

    (more info here)

Is there a way to batch export Orgs using OrgExport?

Aug 2, 2025 at 11:08 PM
Junior Member
"Fresh from the Bakery"
Join Date: Jan 20, 2020
Location: A floating island
Posts: 17
Pronouns: he/him
I have a folder of over 100 Orgs that I'd to to convert to WAV files, but manually converting them one by one would take forever.

Is there a way to batch export an entire folder at once?
 
Aug 7, 2025 at 3:17 AM
Administrator
Forum Administrator
"Life begins and ends with Nu."
Join Date: Jul 15, 2007
Location: Australia
Posts: 6249
Age: 39
Pronouns: he/him
  1. I would just use a tool like CopyFilenames to copy the names of the files to your clipboard if on Windows and then paste into notepad.
  2. If on Linux then just copy the files and paste into a text file, then remove everything except the filename using search and replace.
  3. Change filename.org to something like orgexport203.exe .\foldername\filename.org 48000 1 10000 2 for each line (basically copying and pasting the same text to the start and end of each of your 100 filenames).
  4. Maybe add an extra line at the end saying pause if you don't want the terminal window to close on completion.
  5. Save as .bat.
  6. Run.

To be fair it would be nice if OrgExport had a recursive option where you can just specify a folder, but this is the solution I personally used.
 
Last edited:
Aug 8, 2025 at 3:41 AM
Junior Member
"Fresh from the Bakery"
Join Date: Jan 20, 2020
Location: A floating island
Posts: 17
Pronouns: he/him
Thank you for the detailed suggestion, this worked perfectly!
 
Back
Top