4 lines
75 B
Batchfile
4 lines
75 B
Batchfile
|
@echo off
|
||
|
pushd app_run_tree
|
||
|
start win32_msvc\debug\win32_foldhaus.exe
|
||
|
popd
|