Differences
This shows you the differences between two versions of the page.
util:cioxtrn [2024/06/15 20:03] – created digital man | util:cioxtrn [2024/06/15 20:20] (current) – Add SCFG example, use proper wiki markup for headings digital man | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== CIOXTRN ====== | ====== CIOXTRN ====== | ||
- | Introduction | + | ===== Introduction |
- | ============ | + | |
CIOXTRN is a program in the spirit of the old DoorWay program. | 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. | 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 | + | ===== Configure ===== |
- | ===== | + | |
To run a program under cioxtrn, simply pass the command line. For example: | To run a program under cioxtrn, simply pass the command line. For example: | ||
cioxtrn c: | cioxtrn c: | ||
+ | |||
+ | Example configuration for Windows '' | ||
+ | |||
+ | < | ||
+ | ╔══════════════════════════════════════════════════════════╗ | ||
+ | ║ CMD ║ | ||
+ | ╠══════════════════════════════════════════════════════════╣ | ||
+ | ║ │Name | ||
+ | ║ │Internal Code CMD ║ | ||
+ | ║ │Start-up Directory | ||
+ | ║ │Command Line | ||
+ | ║ │Clean-up Command Line ║ | ||
+ | ║ │Execution Cost | ||
+ | ║ │Access Requirements | ||
+ | ║ │Execution Requirements | ||
+ | ║ │Multiple Concurrent Users Yes ║ | ||
+ | ║ │I/O Method | ||
+ | ║ │Native Executable/ | ||
+ | ║ │Use Shell or New Context | ||
+ | ║ │Modify User Data | ||
+ | ║ │Execute on Event | ||
+ | ║ │Pause After Execution | ||
+ | ║ │Disable Local Display | ||
+ | ║ │BBS Drop File Type | ||
+ | ╚══════════════════════════════════════════════════════════╝ | ||
+ | </ | ||
+ | |||
+ | ===== Usage ===== | ||
When CIOXTRN starts up, it changes the console screen size in an attempt to match the remote users. | When CIOXTRN starts up, it changes the console screen size in an attempt to match the remote users. | ||
Line 27: | Line 54: | ||
cioxtrn -t C: | cioxtrn -t C: | ||
- | Extra key bindings: | + | ==== 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. | CIOXTRN enables and uses doorway if the remote system supports it. It will also accept three extra keystrokes which do CIOXTRN specific things. | ||
Line 50: | Line 76: | ||
{{tag> | {{tag> | ||
+ | |||