Metropoli BBS
VIEWER: mta__end.bat MODE: TEXT (ASCII)
ECHO OFF
REM ********************************************************************
REM * This is common batch-file, used right before MTA ends.           *
REM ********************************************************************
REM * In MTA's ExitBeforeEnd option, you can pass NO parameters.       *
REM * The batch-file must call global functions, no functions related  *
REM * with the converted files.                                        *
REM *                                                                  *
REM * Some examples of the usage of this batch are:                    *
REM *                                                                  *
REM * - Enable (or disable) you cacher;                                *
REM * - Delete the compressors to a RAM-disk;                          *
REM * - Clean-up files                                                 *
REM * - Reset the screen-mode back to normal, with help of the switch  *
REM *   program, supplied with your videocard                          *
REM ********************************************************************
REM
REM Enable the cacher
REM
CACHE /ENABLE

[ RETURN TO DIRECTORY ]