mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
5 lines
217 B
Batchfile
5 lines
217 B
Batchfile
|
|
@echo off
|
||
|
|
REM Convenience wrapper — launches the PowerShell asset extraction script.
|
||
|
|
REM Usage: extract_assets.bat C:\Games\WoW\Data [expansion]
|
||
|
|
powershell -ExecutionPolicy Bypass -File "%~dp0extract_assets.ps1" %*
|