freeswitch/platform/vsnet/LaunchFreeswitch.bat
Anthony Minessale 4da77ea5c5 hi
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@11 d0543943-73ff-0310-b7d9-9358b9ac24b2
2005-11-12 21:27:19 +00:00

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