mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
- The NZCOM disk image is now a fully configured, ready-to-run disk image. - Working on ReadMe.txt files for each of the disk images.
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
|
||
|
||
|