Guide:DDSopt/Batch Files/1 HRDLC Clean-START: Difference between revisions

From Step Mods | Change The Game
(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...")
 
No edit summary
Line 12: Line 12:
pause
pause


HRDLC_Removal_Fix.bat >HRDLC_Removal_Fix.log 2>HRDLC_Removal_Fix_ERROR.log
HRDLC_Clean.bat >HRDLC_Clean.log 2>HRDLC_Clean_ERROR.log


</pre>
</pre>

Revision as of 19:29, July 30, 2013


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_Clean.bat >HRDLC_Clean.log 2>HRDLC_Clean_ERROR.log