@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 make_a_wizard.btm new_projects wel wel_wizard >>& %INSTALL_LOG remtrace ***************************************************************** remtrace * Compiling Vision2 Wizard * remtrace ***************************************************************** call make_a_wizard.btm new_projects vision2 vision2_wizard >>& %INSTALL_LOG remtrace ***************************************************************** remtrace * Compiling Wizard Wizard * remtrace ***************************************************************** REM call make_a_wizard.btm new_projects wizard wizard_wizard >>& %INSTALL_LOG remtrace ***************************************************************** remtrace * Compiling Precompilation Wizard * remtrace ***************************************************************** call make_a_wizard.btm others precompile precompile_wizard >>& %INSTALL_LOG remtrace ***************************************************************** remtrace * Compiling .NET Wizard * remtrace ***************************************************************** call make_a_wizard.btm new_projects dotnet dotnet_wizard >>& %INSTALL_LOG