Batch processing

Useful Python scripts for every day

Repository includes various Python scripts for batch processing. Total number of files varies over time. Most suitable seem to be:

Note that programs dir COMPACT LZX, dir OPTIVORBIS ogg, dir ffmpeg flac2ogg 48 and dir ffmpeg flac2ogg 44 accept command line arguments at start time. Argument is supposed to be a name of folder; in this case program GUI opens right in this folder. If argument happen to be a file, GUI will be opened in folder containing it. You may use it for creating shortcuts like:

    pythonw.exe "dir COMPACT LZX.py.py" "%1"

(using actual addresses of Python and script on your system, of course) and then simply drag-and-drop folders onto shortcut to open program right where you need it. If argument is absent (e.g., you just double-click program), program simply opens in default directory and wait for you to browse and point to required location.

Proceed to Batchfiles at GitHub for downloads.

Move back to main page.