Guide:DDSopt/Batch Files/1 HRDLC Clean-START

From Step Mods | Change The Game
< Guide:DDSopt/Batch Files
Revision as of 02:31, July 30, 2013 by Z929669 (talk | contribs) (Created page with "<pre> rem Place this batch file, and HRDLC_Removal_Fix.bat, in the working directory you are using for processing Skyrim HRDLC BSAs. rem When the batch run completes, check t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

rem Place this batch file, and HRDLC_Removal_Fix.bat, in the working directory you are using for processing Skyrim HRDLC BSAs.
rem When the batch run completes, check the Logs in working directory
rem This file is for the updated version of the HRDLC repair that does not use drive substitution

rem 2 lines added 7/25/2013 to try to make sure Windows gets the proper current directory

@setlocal enableextensions
@cd /d "%~dp0"

pause

HRDLC_Removal_Fix.bat >HRDLC_Removal_Fix.log 2>HRDLC_Removal_Fix_ERROR.log