13 lines
356 B
Batchfile
Executable File
13 lines
356 B
Batchfile
Executable File
@echo off
|
|
REM
|
|
REM File:: %RS_TOOLSROOT%/script/stats/gamestats_populate_profilestats.bat
|
|
REM Description:: Wrapper around the Populate Profile Stats client app
|
|
REM
|
|
REM Author:: Michael Täschler <michael.taschler@rockstarnorth.com>
|
|
REM Date:: 1st June 2012
|
|
REM
|
|
|
|
CALL setenv.bat
|
|
|
|
%RS_TOOLSBIN%\Statistics\RSG.Statistics.PopulateProfileStats.exe
|