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

From Step Mods | Change The Game
No edit summary
No edit summary
Line 1: Line 1:
<pre>
<pre>


rem Place this batch file, and HRDLC_Removal_Fix.bat, in the working directory you are using for processing Skyrim HRDLC BSAs.
REM Place this batch file, and 1_HRDLC_Clean.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 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 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
REM 2 lines added 7/25/2013 to try to make sure Windows gets the proper current directory


@setlocal enableextensions
@setlocal enableextensions
Line 12: Line 12:
pause
pause


HRDLC_Clean.bat >HRDLC_Clean.log 2>HRDLC_Clean_ERROR.log
1_HRDLC_Clean.bat >HRDLC_Clean.log 2>HRDLC_Clean_ERROR.log


</pre>
</pre>

Revision as of 20:45, July 30, 2013


REM Place this batch file, and 1_HRDLC_Clean.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

1_HRDLC_Clean.bat >HRDLC_Clean.log 2>HRDLC_Clean_ERROR.log