Write windows script to copy binaries into "c:\local".
authorChris Hanson <org/chris-hanson/cph>
Fri, 18 Dec 2009 08:43:29 +0000 (00:43 -0800)
committerChris Hanson <org/chris-hanson/cph>
Fri, 18 Dec 2009 08:43:29 +0000 (00:43 -0800)
src/etc/windows/install.bat [new file with mode: 0644]

diff --git a/src/etc/windows/install.bat b/src/etc/windows/install.bat
new file mode 100644 (file)
index 0000000..61619a5
--- /dev/null
@@ -0,0 +1,3 @@
+copy microcode\scheme.exe c:\local\bin\mit-scheme.exe
+del /s c:\local\mit-scheme
+xcopy /e /y lib\*.* c:\local\mit-scheme