Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
howto:cioxtrn [2020/01/18 12:40] – [See Also] campaign | howto:cioxtrn [2024/06/15 20:03] (current) – Moved "util" namespace digital man | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Cioxtrn ====== | ||
- | |||
- | Introduction | ||
- | ============ | ||
- | cioxtrn is a program in the spirit of the old DoorWay program. | ||
- | |||
- | The main difference between cioxtrn and DoorWay is that cioxtrn is a Windows program and supports Win32 consoles in addition to 16-bit programs running in a windows console. | ||
- | |||
- | Usage | ||
- | ===== | ||
- | To run a program under cioxtrn, simply pass the command line. For example: | ||
- | cioxtrn c: | ||
- | |||
- | When cioxtrn starts up, it changes the console screen size in an attempt to match the remote users. | ||
- | |||
- | If something resizes the console window, it may still be usable. | ||
- | |||
- | 1) -t and -b specified before the command. | ||
- | This forces cioxtrn to display the top (-t) or bottom (-b) | ||
- | of the screen. | ||
- | -t (the default) would be best. | ||
- | 2) CTRL-Z will toggle between the top and bottom display modes while | ||
- | using cioxtrn. | ||
- | |||
- | Examples: | ||
- | cioxtrn -b C: | ||
- | cioxtrn -t C: | ||
- | |||
- | Extra key bindings: | ||
- | =================== | ||
- | cioxtrn enables and uses doorway if the remote system supports it. It will also accept three extra keystrokes which do cioxtrn specific things. | ||
- | |||
- | CTRL-A: Depresses and holds down the ALT key until the next keystroke. | ||
- | if the next keystroke is a CTRL-A, only CTRL-A is sent to the | ||
- | program, not CTRL-ALT-A. | ||
- | is no way to send CTRL-ALT-A. | ||
- | CTRL-R: On the first entry, forces a screen redraw. | ||
- | keystrokes without other intervening chars will be sent to the | ||
- | program. | ||
- | CTRL-Z: Toggles between displaying the top of the console buffer or the | ||
- | bottom. | ||
- | to the remote after the first press. | ||
- | |||
- | ===== See Also ===== | ||
- | * [[: | ||
- | * [[: | ||
- | * [[: | ||
- | * [[: | ||
- | * [[: | ||
- | * [[: | ||
- | |||
- | {{tag> | ||
- | |||
- | {{tag>}} | ||