Skip to content
Snippets Groups Projects
decompile.bat 455 B
Newer Older
@echo off
:: Free Cities Basic Compiler - Windows

:: Set working directory
pushd %~dp0

:: Run the appropriate compiler for the user's CPU architecture.
if %PROCESSOR_ARCHITECTURE% == AMD64 (
Pedy's avatar
Pedy committed
    CALL "%~dp0devTools\tweeGo\tweego_win64.exe" -d "%~dp0Degrees_of_Lewdity_0.1.11mod.html" -o "%~dp0output/output.tw"
Pedy's avatar
Pedy committed
    CALL "%~dp0devTools\tweeGo\tweego_win86.exe" -d "%~dp0Degrees_of_Lewdity.html" -o "%~dp0output/output.tw"