Advertisement
Chronos_Ouroboros

wut

Feb 18th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. @echo off
  2. color F
  3. setlocal
  4.  
  5. set acc-path=..\dh-acc
  6. set PATH=%PATH%;%acc-path%
  7. set CMD=..\dh-acc --named-scripts --auto-stack-size=0 -Z -i ..\inc
  8. cd Code
  9. echo Compiling DS files...
  10. %CMD% FinalDuel.ds -o ..\FinalDuel.o
  11. echo All done! Press any key to exit.
  12. endlocal
  13. pause >nul
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement