|
|
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.
1.1.1.2 ! root 14: echo These development files are intended for use with the Windows 3.1 SDK
! 15: echo and products that bundle the Windows 3.1 SDK components.
1.1 root 16: echo.
17: if "%1" == "" goto usage
18:
19: xcopy . %1\win32s\ /s /e
20: del %1\win32s\install.bat
21:
22: goto end
23:
24: :usage
25: echo Usage: install [drive letter:]
26: echo Example: install c: installs the development files into C:\WIN32S
27: echo.
28:
29: :end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.