mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-13 21:49:53 +00:00
13 lines
168 B
Batchfile
13 lines
168 B
Batchfile
|
echo %0
|
||
|
md conf
|
||
|
xcopy -D ..\..\..\conf\*.* conf
|
||
|
cd mod
|
||
|
md temp
|
||
|
move *.ilk temp
|
||
|
cd ..
|
||
|
FreeSwitch.exe
|
||
|
cd mod
|
||
|
copy .\temp\*.ilk
|
||
|
del .\temp\*.ilk
|
||
|
rd temp
|
||
|
pause
|