Files @ 58fbe0d388c6
Branch filter:

Location: libtransport.git/msvc-deps/curl/winbuild/gen_resp_file.bat

HanzZ
Communi: Handle and forward socket errors. Fixes for example situation when user tries to join the room on server which does not exist.
1
2
3
4
5
6
@echo OFF
@del %OUTFILE%
@echo %MACRO_NAME% = \> %OUTFILE%
@for %%i in (%*) do @echo		%DIROBJ%/%%i \>>  %OUTFILE%
@echo. >>  %OUTFILE%
:END