aboutsummaryrefslogtreecommitdiffstats
path: root/install.bat
blob: df27c03acc09d55dbd1d6c83bbe5dce15f762e97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@echo off

echo Computer Networks and Distributed Systems Coursework - Install Utility
echo (c) Daniele Sgandurra, Imperial College London, Mar 2016
echo.

del  rmiclient.sh rmiserver.sh udpclient.sh udpserver.sh Makefile
xcopy /Y scripts\*.bat .

echo.
echo Done!
echo.