Advertisement
WeltEnSTurm

Untitled

Apr 9th, 2013
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2.  
  3. pushd "%~dp0"
  4.  
  5. xcopy "..\wac\WAC Base\*" "WAC Aircraft" /S /Y
  6. xcopy "..\wac\WAC Aircraft\*" "WAC Aircraft" /Y
  7.  
  8. if not errorlevel 1 (
  9.     gmad.exe create -folder "WAC Aircraft" -out wac.gma
  10.     if not errorlevel 1 (
  11.         gmpublish.exe update -addon wac.gma -id 104990330
  12.     ) else pause
  13. ) else pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement