freeswitch/platform/vsnet/LaunchFreeswitch.bat
Michael Jerris 05262112cb Moved remotely
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@47 d0543943-73ff-0310-b7d9-9358b9ac24b2
2005-11-19 20:08:57 +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