6 lines
162 B
Batchfile
6 lines
162 B
Batchfile
@echo off
|
|
:: This script uses the profile_run.cmd script to run profiling on the DebugProfile executable
|
|
|
|
set app=MCServer_debug_profile.exe
|
|
call profile_run.cmd
|