--- mstools/win32s/install.bat 2018/08/09 18:22:54 1.1.1.1 +++ mstools/win32s/install.bat 2018/08/09 18:25:17 1.1.1.2 @@ -11,9 +11,8 @@ echo A debugging version of Win32s along echo the debug and nodebug versions of Win32s system components are echo also installed. These files are for testing and debugging. echo. -echo These development files are intended for use with the Microsoft C 7.0 -echo compiler which also includes the Windows 3.1 SDK. -echo. +echo These development files are intended for use with the Windows 3.1 SDK +echo and products that bundle the Windows 3.1 SDK components. echo. if "%1" == "" goto usage @@ -23,7 +22,6 @@ del %1\win32s\install.bat goto end :usage -echo. echo Usage: install [drive letter:] echo Example: install c: installs the development files into C:\WIN32S echo.