@echo off setdos /x-135678 if "%@alias[remtrace]" == "" alias remtrace echo if not defined INSTALL_LOG set INSTALL_LOG=CON setdos /x0 remtrace ***************************************************************** remtrace * Compiling WEL Wizard * remtrace ***************************************************************** call %~dp0make_a_wizard.btm new_projects wel wel_wizard >>& %INSTALL_LOG remtrace ***************************************************************** remtrace * Compiling Vision2 Wizard * remtrace ***************************************************************** call %~dp0make_a_wizard.btm new_projects vision2 vision2_wizard >>& %INSTALL_LOG remtrace ***************************************************************** remtrace * Compiling Wizard Wizard * remtrace ***************************************************************** REM call %~dp0make_a_wizard.btm new_projects wizard wizard_wizard >>& %INSTALL_LOG remtrace ***************************************************************** remtrace * Compiling Precompilation Wizard * remtrace ***************************************************************** call %~dp0make_a_wizard.btm others precompile precompile_wizard >>& %INSTALL_LOG remtrace ***************************************************************** remtrace * Compiling .NET Wizard * remtrace ***************************************************************** call %~dp0make_a_wizard.btm new_projects dotnet dotnet_wizard >>& %INSTALL_LOG remtrace ***************************************************************** remtrace * Compiling EWF Wizard * remtrace ***************************************************************** call %~dp0make_a_wizard.btm new_projects ewf ewf_wizard >>& %INSTALL_LOG remtrace ***************************************************************** remtrace * Compiling Library Wizard * remtrace ***************************************************************** call %~dp0make_a_wizard.btm new_projects library library_wizard >>& %INSTALL_LOG remtrace ***************************************************************** remtrace * Compiling WrapC Wizard * remtrace ***************************************************************** call %~dp0make_a_wizard.btm new_projects wrapc wrapc_wizard >>& %INSTALL_LOG goto eof