forked from p2sr/SourceAutoRecord
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcopy.bat
More file actions
19 lines (16 loc) · 741 Bytes
/
copy.bat
File metadata and controls
19 lines (16 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
ECHO !!! YOU FORGOT TO EDIT copy.bat !!!
SET "binary=sar.dll"
SET "src=..\bin\%binary%"
SET "dest=%ProgramFiles(x86)%\Steam\SteamApps\common"
SET "unpack=F:\SOURCE_UNPACK"
REM copy /Y "%src%" "%dest%\Portal 2\%binary%"
REM copy /Y "%src%" "%dest%\Aperture Tag\%binary%"
REM copy /Y "%src%" "%dest%\Portal Stories Mel\%binary%"
REM copy /Y "%src%" "%dest%\Thinking with Time Machine\%binary%"
REM copy /Y "%src%" "%dest%\Portal\%binary%"
REM copy /Y "%src%" "%dest%\Half-Life 2\%binary%"
REM copy /Y "%src%" "%dest%\The Stanley Parable\%binary%"
REM copy /Y "%src%" "%dest%\The Beginners Guide\%binary%"
REM copy /Y "%src%" "%dest%\INFRA\%binary%"
REM copy /Y "%src%" "%unpack%\hl2\%binary%"
REM copy /Y "%src%" "%unpack%\portal\%binary%"