From 65453cd50ba025f2e8c3581ac7dc1b00a1ef248f Mon Sep 17 00:00:00 2001 From: Claude Kavuna Date: Sun, 8 May 2022 07:58:34 -0400 Subject: [PATCH] batch file added --- section_2/code/helloworld_parameter.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 section_2/code/helloworld_parameter.bat diff --git a/section_2/code/helloworld_parameter.bat b/section_2/code/helloworld_parameter.bat new file mode 100644 index 00000000..5200c4af --- /dev/null +++ b/section_2/code/helloworld_parameter.bat @@ -0,0 +1,3 @@ +@echo off +echo "Hello World %name" +pause