Installation

Install emxrt.zip.

Copy j.exe to directory on PATH, and copy j.ini to the same directory.

Note: Don't rename j.exe and j.ini.

How to run

  1. % j
    Both window display current directory.
  2. % j E:/home/kent
    Left window displays E:/home/kent. Right window displays current directory.
  3. % j E:/home/kent E:/tmp
    Left window displays E:/home/kent. Right window displays E:/tmp.

Key operations

`C-x' means CTRL+x. `S-x' means SHIFT+x. `A-x' means ALT+x

q / C-x C-c
Quit.
slash
Go to root directory.
.
Go to parent directory.
d
Drive menu.
o
Let active window go to inactive window's path.
S-o
Let inactive window go to active window's path.
Enter / C-m
When cursor points directory or .LZH/.ZIP, enter the directory. Otherwise, execute "less <file>". When enter .LZH/.ZIP, require lha.exe/unzip.exe.
A-Enter
When cursor points .LZH/.ZIP, extract the archive to inactive window's path.
TAB / C-i / C-x o
Change active window.
right arrow / C-f
If left window is active, activate right window. Otherwise, go to parent directory.
left arrow / C-b
If right window is active, activate left window. Otherwise, go to parent directory.
C-x s
Run shell. (Look up $JSHELL -> $SHELL -> $COMSPEC)
C-l
Redraw screen.
<
Cursor goes to top.
>
Cursor goes to bottom.
up arrow / C-p
Cursor goes up.
down arrow / C-n
Cursor goes down.
page down / C-v
Scroll up.
page up / C-z
Scroll down.
space
Select file on cursor.
a
Select all files except directories.
S-a
Select all files and directories except parent directory("..").
g
Input wildcard and select matching files.
c
If selected files exist, copy selected files to other window's path. Otherwise, copy file on cursor to other window's path.
k
If selected files exist, remove selected files. Otherwise, remove file on cursor.
m
If selected files exist, move selected files to other window's path. Otherwise, move file on cursor to other window's path.
n
Make new directory. When you want to make a directory including space, quote with double quotation.
r
Rename file or directory on curosr.
S-d
Duplicate file on curosr.
C-a
Change attributes of file on cursor.
e
Run `vi'.
E
Input command line and execute.
s
Sort.
INS
Reload and re-sort directory.
A-a
Show hidden files / Hide hidden files (toggle).

Remarks

NO WARRANTY.

This software is free software, now.

I put the latest version to http://www.info.waseda.ac.jp/muraoka/members/kent/soft-os2.html.

なんでこんなもん作ってるのかというと、 通信環境を X68000 Human68k/SX-WINDOW から OS/2 Warp に移したものの、 「アーカイヴの中にも入れる2画面ファイラ」ってやつが OS/2 に見当たらなくてファイル操作が機敏に行なえない。 無いものは作ってしまえ概念の具現。

Human68k 上のファイラ「Mint」のインタフェイスを多いに参考にしています。


Changes


Author

けんと (TAMURA Kent)
kent@muraoka.info.waseda.ac.jp, PDD03033@niftyserve.or.jp
Copyright 1996 TAMURA Kent. All rights reserved.