/usr/share/doc/HOWTO/ja-html/multi-config-3.html is in doc-linux-ja-html 2006.05.25-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>¡ÖLOADLIN & Multi-Config in MS-DOS 6 (or so)¡×: ¡Öautoexec.bat ¤ÎÎã¡×</TITLE>
<LINK HREF="multi-config-4.html" REL=next>
<LINK HREF="multi-config-2.html" REL=previous>
<LINK HREF="multi-config.html#toc3" REL=contents>
</HEAD>
<BODY>
<A HREF="multi-config-4.html">¼¡¤Î¥Ú¡¼¥¸</A>
<A HREF="multi-config-2.html">Á°¤Î¥Ú¡¼¥¸</A>
<A HREF="multi-config.html#toc3">Ìܼ¡¤Ø</A>
<HR>
<H2><A NAME="s3">3. ¡Öautoexec.bat ¤ÎÎã¡×</A></H2>
<P>
<PRE>
@ECHO OFF
prompt $p$g
if "%config%" == "Linux" goto linux
loadhigh c:\dos\smartdrv.exe /x a b- c+ d- e- f- g- h- 1024 /B:4096 > nul
loadhigh c:\dos\mouse.com > nul
c:\dos\nlsfunc.exe c:\dos\country.sys
c:\dos\chev.com jp
path c:\dos;c:\tools\bin;
set temp=c:\temp
set tmp=c:\temp
if "%config%"=="Interlink" goto interlink
goto start
:interlink
set path=%PATH%;c:\Win31J
loadhigh c:\dos\share.exe
goto start
:linux
c:\loadlin\b_linux
:start
c:
c:\dos\doskey > nul
</PRE>
<P>
<P>
<HR>
<A HREF="multi-config-4.html">¼¡¤Î¥Ú¡¼¥¸</A>
<A HREF="multi-config-2.html">Á°¤Î¥Ú¡¼¥¸</A>
<A HREF="multi-config.html#toc3">Ìܼ¡¤Ø</A>
</BODY>
</HTML>
|