Populated Bestine Capitol Building with missing NPCs. Also spawns several other missi...
[swg-src.git] / tools / BuildInternalPatcherVersion.btm
blob793c115ca527f6413990b3633ad97584689c51a2
1 @echo off
2 if not exist "SwgClient_r.exe" goto error
3 set dd=%_date
4 set dn=patcher_20%@instr[6,2,%dd]%@instr[0,2,%dd]%@instr[3,2,%dd]internal
6 inkey Press ESC to abort creating patcher version %dn:  %%key
7 if "%@ascii[%key]" == "27" goto :end
10 md \%dn
12 copy /u h:\gmcdaniel\public\patch_stuff\patch_trees\*.tre \%dn
14 copy /u SwgClient_r.exe \%dn
15 copy /u SwgClient_r.pdb \%dn
16 copy /u SwgClient_o.exe \%dn
17 copy /u SwgClient_o.pdb \%dn
18 copy /u SwgClientSetup_r.exe \%dn
19 copy /u dpvs.dll \%dn
20 copy /u dpvsd.dll \%dn
21 copy /u gl04_r.dll \%dn
22 copy /u gl04_o.dll \%dn
23 copy /u dbghelp.dll \%dn
24 copy /u DllExport.dll \%dn
25 copy /u template_patcher_client.cfg \%dn\client.cfg
26 copy /u locations.txt \%dn
27 copy /u mss32.dll \%dn
28 md \%dn\miles
29 copy /u miles\*.* \%dn\miles\
33 goto end
35 :error
36 echo You must run this from the exe\win32 directory!
37 goto end
43 pushd /%dn
44 del \\sdlux2\projects\pc\patch\starwars\game\*.tre
45 copy /u *.* \\sdlux2\projects\pc\patch\starwars\game
46 popd
47 popd
48 start http://laser:7000
49 pause
50 :end