Initial commit (v1)

This commit is contained in:
Ben Goldsworthy 2020-06-24 10:50:35 +01:00
commit 36d4aaac81
10 changed files with 1133 additions and 0 deletions

1
bin/rmireg.bat Executable file
View file

@ -0,0 +1 @@
javac *.java && start rmiregistry

1
bin/startClient.bat Executable file
View file

@ -0,0 +1 @@
javac *.java && java AuctionClient

1
bin/startServer.bat Executable file
View file

@ -0,0 +1 @@
javac *.java && java AuctionServer