@echo off
:: 1. Activate the Conda base script
call C:\Users\tigeren\miniconda3\Scripts\activate.bat
:: 2. Switch to your specific environment
call conda activate videocut
:: 3. Run your Python script
python C:\Dev\videocut\strip_suffix.py %*