mirror of
https://ghproxy.net/https://github.com/ronknight/export-woocommerce-products-wordpress.git
synced 2025-10-04 04:03:33 +08:00
9 lines
No EOL
234 B
Batchfile
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 |