|
|
1.1 root 1: @echo off
2: cls
3: echo Win32s Development File Installation Script
4: echo -------------------------------------------
5: echo.
6: echo The Win32s development files consist of Setup Toolkit components
7: echo to assist creating Setup programs that will install your Win32
8: echo application and Win32s binaries onto Windows 3.1
9: echo.
10: echo A debugging version of Win32s along with symbol files for both
11: echo the debug and nodebug versions of Win32s system components are
12: echo also installed. These files are for testing and debugging.
13: echo.
14: echo These development files are intended for use with the Microsoft C 7.0
15: echo compiler which also includes the Windows 3.1 SDK.
16: echo.
17: echo.
18: if "%1" == "" goto usage
19:
20: xcopy . %1\win32s\ /s /e
21: del %1\win32s\install.bat
22:
23: goto end
24:
25: :usage
26: echo.
27: echo Usage: install [drive letter:]
28: echo Example: install c: installs the development files into C:\WIN32S
29: echo.
30:
31: :end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.