diff --git a/batchscript.bat b/batchscript.bat new file mode 100644 index 00000000..fb03f083 --- /dev/null +++ b/batchscript.bat @@ -0,0 +1,3 @@ +@echo off +echo Hello, World! +pause >nul