HP200LXの復旧のメモ。正直autoexec.batの中身なんて何が何だか
さっぱりわからない。
まずは大容量のCFは認識しないので古いCFを使ってブート
a:jkit\EMSINSTを実行してEMSファイルを作る
a:\fontのコピー
ACECARD3.COM のコピー
ここからコピペ
http://hp200lx.ne86.jp/diary.cgi?year=2005&month=4
1) {More}キーを押して、アプリケーションマネージャを立ちあげます。
2) F7(Order) キーを用いて Filer を一番左上(リストの最初)に持ってきます。
3) アプリケーションマネージャを閉じます。
4) DOSを立ちあげます(Ctrl+123)。 そして、以下のコマンドを打ちます:
debug c:\_dat\appmgr.dat
e 10a 01
w
q
これをして、Filerをメモリの外に
config.sys
buffers=10
files=20
lastdrive=j
device=a:\clkup\clkup31m.sys
DEVICE=A:\ACECARD3.COM /SDP
rem add by O.S.W
device=A:\jkit\lxjex.sys
device=A:\jkit\lxemm.exe
device=A:\jkit\lxfont.exe
device=A:\jkit\lxdspd.exe
device=A:\jkit\lxansi.exe
rem use only FULL SET
rem devicehigh=A:\wx2\wxk.sys /a1
rem devicehigh=A:\wx2\wx2.sys /a1 /dA:\wx2s.dic
device=A:\ATOK8\ATOK8A2.SYS /UCF=A:\ATOK8\ATOK8.UCF
device=A:\ATOK8\ATOK8B.SYS
device=a:\atok8\atok8ex.sys
autoexec.bat
@echo off
Rem
Rem To customize DOS startup files, copy config.sys and
Rem autoexec.bat from the D drive to the C drive and
Rem edit the C drive versions to meet your needs.
Rem
Rem
Rem Set prompt, path, and select C drive.
Rem
prompt $p$g
path c:\;d:\;d:\bin;d:\dos
REM path A:\mifes;A:\wx2;%path%
path A:\jkit;A:\VZ;A:\BIN;%path%;
c:
Rem
Rem Following assign enables referencing the plug-in card as
Rem drive E (in addition to A). Using E allows some programs
Rem to run which refuse to run from a drive that is normally
Rem associated with a floppy drive.
Rem
assign e:=a:
Rem
Rem Load the Card Installation Client TSR to provide support
Rem for PCMCIA modem cards. If these cards will not be used,
Rem prefacing with Rem will save system RAM.
Rem
rem d:\bin\cic100 /gen 1
Rem
Rem Load the first LapLink Remote Access TSR as required by the
Rem Server application. If the Server will not be used,
Rem prefacing with Rem will save system RAM.
Rem
lxdspd -us
call d:\bin\llras
lxdspd -jp
Rem
Rem Following 200 command starts the System Manager which
Rem provides access to the built-in applications.
Rem
rem lxvm
a:
cd bin
exkey -fa:\bin\exkey.ini
cd ..
c:
Rem EXPSETUP by o.s.w
set path=A:\exppkt;a:\tc;%path%
sm
rem a:\jkit\paw200n.com
set temp=a:\temp
set tmp=a:\temp
次LX飛んだときは日本語化あきらめよう。