From f1ea6d86e73335f9d91cc62a1fda8694a9b3974f Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Tue, 20 Nov 2001 23:49:03 +0000 Subject: [PATCH] add mkdir C:\bin for wineapps svn path=/trunk/; revision=2386 --- reactos/installwine.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/installwine.bat b/reactos/installwine.bat index 818a2fd7375..890ae4ee803 100644 --- a/reactos/installwine.bat +++ b/reactos/installwine.bat @@ -33,6 +33,7 @@ copy ..\wine\dlls\shlwapi\shlwapi.dll %WINE_INSTALL% REM echo Installing winelib programs to C:\bin REM +mkdir C:\bin copy ..\wine\programs\clock\winclock.exe C:\bin copy ..\wine\programs\cmdlgtst\cmdlgtst.exe C:\bin copy ..\wine\programs\control\control.exe C:\bin