@REM *** DOWNLOAD THIS FILE UNLESS YOU *LIKE* DEALING WITH BROWSER CHARACTER ENCODING PROBLEMS *** @REM @REM MTASC Sample Batch File for Windows-style Command Line @REM @REM * You'll have to change the paths to point to your own directories and files! @REM * You'll also have to rename the extension of this file to .BAT for it to be executable. @REM * If you don't SEE an extension: @REM 1. go to Folder Options (under Tools in any Windows File Explorer window) @REM 2. go to the VIEW tab @REM 3. go to ADVANCED SETTINGS, and uncheck "Hide extensions for known file types" @REM @REM Editing Gotchyas: @REM 1. The ^ is the line continuation character. Make sure that there are NO SPACES after it! @REM 2. For continued lines, make sure that there is a SPACE in front of each subsequent continuation! @REM 3. Make sure there's at least one blank line before the 'pause' command, or remove the trailing ^ @REM @REM Enjoy! @REM Dave Seah / April 24 2006 @REM website: http://davidseah.com "D:/dev/mtasc/mtasc.exe" ^ -main ^ "d:\dev\myproject\flash\classes\app\Application.as" ^ -swf "d:\dev\myproject\flash\assets.swf" ^ -cp "d:\dev\myproject\flash\classes\" ^ -cp "d:\dev\flash\animpackage" ^ -out "d:\dev\flash\mymovie.swf" ^ -version 8 ^ pause