Files
yugioh-inventory/data/get_card_info.bat
2023-12-10 03:50:19 -05:00

5 lines
305 B
Batchfile

curl.exe --output cardinfo.json --url https://db.ygoprodeck.com/api/v7/cardinfo.php
curl.exe --output cardsets.json --url https://db.ygoprodeck.com/api/v7/cardsets.php
curl.exe --output archetypes.json --url https://db.ygoprodeck.com/api/v7/archetypes.php
wmic os get localdatetime > last_update_time.txt