export-woocommerce-products.../Run.bat
2019-02-23 10:44:29 -08:00

9 lines
No EOL
234 B
Batchfile

:: Author: Ronknight
:: Date: 12/27/18
:: License: MIT
:: Tags: Batch, Python, py, bat
@echo off
:: location of your python file
python "C:\Plus\export-woocommerce-products-wordpress\export-woocommerce-products-wordpress.py" %*
pause