Close
An additional related question. Is there a way (in Windows) to auto-generate a list of files as well as automatically add "call upload-script.bat" and quotes to the path?

Currently how I do this is via a context menu I created that has "C:\Windows\filelisting.bat %1" in it.

Filelisting.bat has dir %1 /b /a:-d-h /o:n >> C:\Users\<Removed>\Desktop\Websites\scripts\curl\upload.bat

This creates just a list of the file names. I then use a macro in notepad++ to add the rest.

Is there a simpler way via some scripting? More of an all in one click solution. Where you only have to add tags afterwards.