From 56d1ab3d36d499fdbeb4419215fc90db9732342b Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 18 Dec 2009 00:43:29 -0800 Subject: [PATCH] Write windows script to copy binaries into "c:\local". --- src/etc/windows/install.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/etc/windows/install.bat diff --git a/src/etc/windows/install.bat b/src/etc/windows/install.bat new file mode 100644 index 000000000..61619a530 --- /dev/null +++ b/src/etc/windows/install.bat @@ -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 -- 2.25.1