mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
- All XM variants integrated into a single XM.COM app that auto-detects primary serial port. - Include all relevant FD variants for each platform.
44 lines
3.9 KiB
Plaintext
44 lines
3.9 KiB
Plaintext
ÃR :Usage: WRITE <file name> [B|T]
|
||
Copy <file name> to host environment. Default is text, B for binary, T for Text
|
||
|
||
Examples
|
||
WRITE BDOS.MAC copy BDOS.MAC as text file
|
||
WRITE PIP.COM B copy PIP.COM as binary file
|
||
WRITE PIP.COM copy PIP.COM as binary file [.COM .REL .DAT imply B]
|
||
WRITE TEST.DAT T copy TEST.DAT as text file
|
||
WRITE *.COM copy all files matching *.COM as binary files
|
||
WRITE SRC/BDOS.MAC copy BDOS.MAC to directory SRC as a text file
|
||
WRITE COM/*.COM B copy *.COM to directory COM as binary files
|
||
$
|
||
|
||
For SIMH. Copyright 2008 by Peter Schorn, peter.schorn@acm.org
|
||
|
||
|