From d957da5951bffb7516fdb8aba868c967e07210b7 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 18 Dec 2009 00:46:46 -0800 Subject: [PATCH] Tweak command-line options. --- src/etc/windows/install.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/windows/install.bat b/src/etc/windows/install.bat index 61619a530..f4a6939b1 100644 --- a/src/etc/windows/install.bat +++ b/src/etc/windows/install.bat @@ -1,3 +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 +del /q /s c:\local\mit-scheme +xcopy /e /i /y lib\*.* c:\local\mit-scheme -- 2.25.1