@echo off REM This batchfile unloads the Nightmare graphics. REM If the .ORG file does not exist, then this Batch exits with errors. IF EXIST XKEY.COM GOTO STAGE2 REN VSWAP.WL1 VSWAP.ENM > NUL REN VSWAP.ORG VSWAP.WL1 > NUL GOTO END :STAGE2 IF EXIST VSWAP.ENX GOTO STAGE3 REN VSWAP.WL1 VSWAP.ENX > NUL REN VSWAP.ORG VSWAP.WL1 > NUL GOTO END :STAGE3 REN VSWAP.WL1 VSWAP.ENM > NUL REN VSWAP.ORG VSWAP.WL1 > NUL GOTO END :END nm3alrm.com > NUL