This repository has been archived on 2022-08-01. You can view files and clone it, but cannot push or open issues or pull requests.
AuctionProg/bin/4. startClient.bat

3 lines
No EOL
113 B
Batchfile
Executable file

set /p id="Username (leave blank for new user): "
java -Djava.net.preferIPv4Stack=true AuctionClient %id%
pause