diff --git a/NetCardZ.cpp b/NetCardZ.cpp index 45a02d6..d9216ca 100644 --- a/NetCardZ.cpp +++ b/NetCardZ.cpp @@ -1,8 +1,9 @@ /* +Info: Network based card0 changer. Will listen on a socket specified by user for a card0 information. Compiler: MinGW g++ 6.3.0 (Windows) MinGW g++ 5.3.1 (Ubuntu 16.04) Flags: -std=c++11 -static-libgcc -static-libstdc++ -lws2_32 -Run ex: cardnet.exe -p1="G:\card0.txt" -p2="H:\card0.txt" -c1="G:\check.txt" -c2="H:\check.txt" -p="4500" +Run ex: NetCardZ.exe -p1="G:\card0.txt" -p2="H:\card0.txt" -c1="G:\check.txt" -c2="H:\check.txt" -p="4500" TODO: Fix extra buffer character (maybe, it occurs in telnet) @@ -308,8 +309,8 @@ void exampleMessage() // help menu std::cout << " -c1\tLocation of player 1's check file" << std::endl; std::cout << " -c2\tLocation of player 2's check file" << std::endl; std::cout << " -p\tPort number to listen on (1-65535)" << std::endl; - std::cout << std::endl << "Ex (1P): cardnet.exe -p1=\"G:\\card0.txt\" -c1=\"G:\\check.txt\" -p=\"4500\"" << std::endl; - std::cout << "Ex (2P): cardnet.exe -p1=\"G:\\card0.txt\" -p2=\"H:\\card0.txt\" -c1=\"G:\\check.txt\" -c2=\"H:\\check.txt\" -p=\"4500\"" << std::endl; + std::cout << std::endl << "Ex (1P): NetCardZ.exe -p1=\"G:\\card0.txt\" -c1=\"G:\\check.txt\" -p=\"4500\"" << std::endl; + std::cout << "Ex (2P): NetCardZ.exe -p1=\"G:\\card0.txt\" -p2=\"H:\\card0.txt\" -c1=\"G:\\check.txt\" -c2=\"H:\\check.txt\" -p=\"4500\"" << std::endl; exit(0); } diff --git a/NetCardZ.exe b/NetCardZ.exe index 8d0f2b3..4c9ec31 100755 Binary files a/NetCardZ.exe and b/NetCardZ.exe differ