forked from bo3b/3Dmigoto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CopyToGames.bat
52 lines (40 loc) · 2 KB
/
CopyToGames.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
@echo off
SET script_path=%~dp0
if exist %script_path%\CopyToGamesLocal.bat (
CALL %script_path%\CopyToGamesLocal.bat %1 %2
exit
)
if "%username%" NEQ "bo3b" exit
REM The below is Bo3b's setup, but can serve as a template for CopyToGamesLocal.bat
if %2=="amd64" GOTO Copyx64
:Copyx86
@echo on
REM xcopy /C "%1*.*" "W:\SteamLibrary\SteamApps\common\Assassin's Creed 3\" /F /Y /S
REM xcopy /C "%1*.*" "W:\SteamLibrary\SteamApps\common\Saints Row IV\" /F /Y /S
REM xcopy /C "%1*.*" "W:\SteamLibrary\SteamApps\common\Saints Row the Third\" /F /Y /S
REM xcopy /C "%1*.*" "W:\SteamLibrary\SteamApps\common\F.E.A.R. 3\" /F /Y /S
REM xcopy /C "%1*.*" "W:\SteamLibrary\SteamApps\common\DefenseGrid2\" /F /Y /S
xcopy /C "%1*.*" "G:\SteamLibrary\SteamApps\common\DiRT Rally\" /F /Y /S
REM Works with hooking
xcopy /C "%1*.*" "G:\SteamLibrary\SteamApps\common\Alien Isolation\" /F /Y /S
exit
:Copyx64
@echo on
echo
REM xcopy /C "%1*.*" "W:\Games\Far Cry 4\bin\" /F /Y /S
REM xcopy /C "%1*.*" "W:\Games\The Crew (Worldwide)\" /F /Y /S
REM xcopy /C "%1*.*" "W:\SteamLibrary\SteamApps\common\Call of Duty Ghosts\" /F /Y /S
REM xcopy /C "%1*.*" "W:\SteamLibrary\SteamApps\common\Project CARS\" /F /Y /S
xcopy /C "%1*.*" "W:\Games\Watch_Dogs\bin" /F /Y /S
REM Works with hooking
xcopy /C "%1*.*" "G:\Games\INSIDE\" /F /Y /S
xcopy /C "%1*.*" "G:\Games\The Witcher 3 Wild Hunt\bin\x64\" /F /Y /S
xcopy /C "%1*.*" "G:\Games\Obduction\" /F /Y /S
REM xcopy /C "%1*.*" "G:\uPlay\Tom Clancy's The Division\" /F /Y /S
xcopy /C "%1*.*" "G:\SteamLibrary\SteamApps\common\Metal Gear Solid Ground Zeroes\" /F /Y /S
xcopy /C "%1*.*" "G:\SteamLibrary\SteamApps\common\Just Cause 3\" /F /Y /S
xcopy /C "%1*.*" "G:\SteamLibrary\SteamApps\common\ShadowOfMordor\x64\" /F /Y /S
xcopy /C "%1*.*" "W:\SteamLibrary\SteamApps\common\HeadLander\" /F /Y /S
xcopy /C "%1*.*" "W:\SteamLibrary\SteamApps\common\NieRAutomata\" /F /Y /S
xcopy /C "%1*.*" "G:\Games\Batman - The Telltale Series\" /F /Y /S
xcopy /C "%1*.*" "W:\SteamLibrary\steamapps\common\Dishonored2\" /F /Y /S