SET IB_INSTALL_PATH=C:\Users\Public\Documents\Embarcadero\InterBase\redist\InterBaseXE7 SET IB_PATH=%IB_INSTALL_PATH%\Win64_togo MKDIR IBLite COPY %IB_PATH%\ibtogo64.dll IBLite\ibtogo64.dll COPY %IB_PATH%\ibtogo64.dll IBLite\ibclient64.dll MKDIR IBLite\InterBase COPY %IB_PATH%\InterBase\ADMIN.IB IBLite\InterBase\ADMIN.IB COPY %IB_PATH%\InterBase\interbase.msg IBLite\InterBase\interbase.msg COPY %IB_PATH%\InterBase\license.txt IBLite\InterBase\license.txt COPY %IB_PATH%\InterBase\oss_license_notice.txt IBLite\InterBase\oss_license_notice.txt MKDIR IBLite\InterBase\intl COPY %IB_PATH%\InterBase\intl\gdsintl.dll IBLite\InterBase\intl\gdsintl.dll MKDIR IBLite\InterBase\license COPY IB_INSTALL_PATH\reg_iblite.txt IBLite\InterBase\license\reg_iblite.txt pause