From: Chris Hanson Date: Fri, 18 Dec 2009 08:46:46 +0000 (-0800) Subject: Tweak command-line options. X-Git-Tag: 20100708-Gtk~197^2~3 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d957da5951bffb7516fdb8aba868c967e07210b7;p=mit-scheme.git Tweak command-line options. --- 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