ryouichi wrote:
我用過 Windows 3.0, 前年有試著安裝 Windows 1.0在虛擬機上, 但是因為 DOS版本不合(找不到更早的DOS)而作罷
我還用過 NT 3.51 Serer版本, 哈哈
Windows V1.0 Alpha 版(31 年之前)
有夠古老,
安裝是用 批次檔 WININST.BAT 直接 Copy 檔案且限定 DOS 版本(DOS 高版不能裝),
主要檔案竟然是放在 \Windows\TEST 目錄中(猜測是正試版之前的工程測試版)
echo off
rem
rem Microsoft Windows 1.00 Alpha Release. 1-31-85.
rem
echo #
echo # You will be installing the Microsoft Windows 1.00 Alpha Release
echo # The following software is required:
echo #
echo # o MS-DOS 2.x or 3.0
之後的 Windows 1.0 正試版 才有 Setup.EXE
