Table of contents目次

  1. Command コマンド
    1. Example: Boot the system disk of Human68k version 3.02例: Human68k version 3.02 のシステムディスクを起動する
    2. Example: Boot a Dennou Club CD-ROM version例: CD-ROM 版の電脳倶楽部を起動する

1. Command コマンド

The place where you type in commands by hand is often called a "Terminal". You can learn how to use them by searching for "Windows Terminal," "macOS Terminal," "Linux Terminal," etc. (Thanks DON) コマンドを手で打ち込む場所は「ターミナル」と呼ばれることが多いようです。 「Windows ターミナル」「macOS ターミナル」「Linux ターミナル」などを検索するとそれらの使い方が分かります。(Thanks DON)

Run XEiJ.jar referring to the following examples. You do not need the name of main class because that is written in the manifest file in jar file. You can specify the boot device by parameter boot. 以下の例を参考にして XEiJ.jar を実行してください。main のクラスは jar ファイルのマニフェストファイルに書いてあるので指定する必要はありません。パラメータ boot で起動デバイスを指定できます。

1.1. Example: Boot the system disk of Human68k version 3.02 例 : Human68k version 3.02 のシステムディスクを起動する

HUMAN302.XDF is included in HUMN302I.LZH of the system disk of Human68k version 3.02. HUMAN302.XDF は Human68k version 3.02 のシステムディスク の HUMN302I.LZH に入っています。

>java -jar XEiJ.jar -boot=HUMAN302.XDF:R

1.2. Example: Boot a Dennou Club CD-ROM version 例 : CD-ROM 版の電脳倶楽部を起動する

XEiJ can treat any directory of the host machine as a boot drive of Human68k. Insert a Dennou Club CD-ROM version into your optical drive (temporarily called E:) and run the following command : XEiJ はホストマシンの任意のディレクトリを Human68k の起動ドライブにできるので、CD-ROM 版の 電脳倶楽部 を光学ドライブ (以下は E: の場合) に放り込んで以下のコマンドを実行するだけで電脳倶楽部が起動します。

>java -jar XEiJ.jar -boot=E:

You can operate DSHELL in the seamless mouse mode. DSHELL は シームレスマウスモード で操作できます。