From 8ab4f5b935565bb81a3522541914393d37408a4f Mon Sep 17 00:00:00 2001 From: John Landers Date: Wed, 24 Oct 2018 18:56:03 -0500 Subject: [PATCH] Added run batch file --- first-start.bat | 4 +--- run.bat | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 run.bat diff --git a/first-start.bat b/first-start.bat index c24dcc3..7c3d32b 100644 --- a/first-start.bat +++ b/first-start.bat @@ -2,6 +2,4 @@ cd gameoflife javac GameOfLife.java javac Main.java jar cmvf manifest.mf ../GameOfLife.jar ./*.java ./*.class -cd .. -java -jar GameOfLife.jar -pause + diff --git a/run.bat b/run.bat new file mode 100644 index 0000000..6c65732 --- /dev/null +++ b/run.bat @@ -0,0 +1,2 @@ +java -jar GameOfLife.jar +pause \ No newline at end of file