@echo off REM TIDE installation script if not x%T3XDIR% == x goto ok echo The T3XDIR environment variable must be defined echo in order to install TIDE. goto quit :ok txcm -b %T3XDIR% -i config txcm -b %T3XDIR% -i editor txcm -b %T3XDIR% -i filebox txcm -b %T3XDIR% -i filesrv txcm -b %T3XDIR% -i form txcm -b %T3XDIR% -i menu txcm -b %T3XDIR% -i prompt txcm -b %T3XDIR% -i pstruct txcm -b %T3XDIR% -i vedit copy classes\*.sd %T3XDIR%\doc :quit