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