Socket-Programming-Windows-CLI/Socket_Multi/run.bat

4 lines
47 B
Batchfile
Raw Permalink Normal View History

2022-11-06 02:36:18 +03:00
gcc main.c -o server -l ws2_32
server
pause
cls