Socket-Programming-Windows-CLI/Socket Client/start.bat

4 lines
47 B
Batchfile
Raw Permalink Normal View History

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