This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
D3D11AppView.cpp | |
*/ | |
#include "pch.h" | |
#include "D3D11AppView.h" | |
using namespace Windows::ApplicationModel; | |
using namespace Windows::ApplicationModel::Core; | |
using namespace Windows::ApplicationModel::Activation; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
echo ========================================================================== | |
echo = Tom Clancy's The Division 2 Cleaner = | |
echo = Division 2 ver. 3260693 = | |
echo = Ref https://gist.github.com/naa0yama/227888f9064e617a02f0205c4a87b2a5 = | |
echo ========================================================================== | |
set Division2_DIR=%USERPROFILE%\Documents\My Games\Tom Clancy's The Division 2\ | |
echo Division2 Directory %Division2_DIR% | |
cd /d %Division2_DIR% |
OlderNewer