Removing uneeded file.
[and.git] / PC^2 / pc2 / samps / startpc2.bat
blob6eaf5f88e89f32a973b4e604b2b7d6e815175a7b
1 @echo off\r
2 rem Purpose: start pc2 Server and Client\r
3 rem Author : pc2@ecs.csus.edu\r
4 rem Revised: Wed Nov  2 15:20:29 PST 2005\r
5 \r
6 start java -Djava.security.policy=policy.ini pc2.server.Server %1\r
7 \r
8 pause\r
9 \r
10 start java -Djava.security.policy=policy.ini pc2.client.Client\r
12 rem eof startpc2.bat  $Id: startpc2.bat,v 1.2 2005/11/02 23:21:51 boudreat Exp $\r