freeswitch/w32/vsnet/LaunchFreeswitch.bat

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