File:  [WindowsNT SDKs] / mstools / win32s / install.bat
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:25:17 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-nov-1993, ntsdk-jul-1993, HEAD
Microsoft Windows NT Build 511 (SDK Final Release) 07-24-1993

@echo off
cls
echo Win32s Development File Installation Script
echo -------------------------------------------
echo.
echo The Win32s development files consist of Setup Toolkit components
echo to assist creating Setup programs that will install your Win32
echo application and Win32s binaries onto Windows 3.1
echo.
echo A debugging version of Win32s along with symbol files for both
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 Windows 3.1 SDK
echo and products that bundle the Windows 3.1 SDK components.
echo.
if "%1" == "" goto usage

xcopy . %1\win32s\ /s /e
del %1\win32s\install.bat

goto end

:usage
echo Usage: install [drive letter:]
echo Example: install c: installs the development files into C:\WIN32S
echo.

:end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.