Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- pushd "%~dp0"
- xcopy "..\wac\WAC Base\*" "WAC Aircraft" /S /Y
- xcopy "..\wac\WAC Aircraft\*" "WAC Aircraft" /Y
- if not errorlevel 1 (
- gmad.exe create -folder "WAC Aircraft" -out wac.gma
- if not errorlevel 1 (
- gmpublish.exe update -addon wac.gma -id 104990330
- ) else pause
- ) else pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement