From d0e0a2e31b7eb7c85b188c79a70e48f7d81aa0d7 Mon Sep 17 00:00:00 2001 From: Gabor Szabo Date: Wed, 13 Mar 2013 19:00:35 +0200 Subject: Adding bat files for MS Windows installation. To be placed in the bin directory of Rakudo --- ports/win32/p6doc.bat | 2 ++ ports/win32/panda.bat | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 ports/win32/p6doc.bat create mode 100644 ports/win32/panda.bat (limited to 'ports') diff --git a/ports/win32/p6doc.bat b/ports/win32/p6doc.bat new file mode 100644 index 0000000..4318f36 --- /dev/null +++ b/ports/win32/p6doc.bat @@ -0,0 +1,2 @@ +@%~dp0perl6.exe %~dp0p6doc %* + diff --git a/ports/win32/panda.bat b/ports/win32/panda.bat new file mode 100644 index 0000000..cddba0d --- /dev/null +++ b/ports/win32/panda.bat @@ -0,0 +1,2 @@ +@%~dp0perl6.exe %~dp0panda %* + -- cgit v1.1