Amiga RS-232 input
11-Nov-85 20:25:59
Sb: #42011-Amiga RS-232 input
Fm: Rick Schaeffer 70120,174
To: jeff morris 70277,2771
Type and copy *DO* allow redirection. The only catch is that any re-direction
has to be placed on the command line BEFORE any other parameters. For
instance, to redirect "DIR" to the parrallel port do the following:
dir >par: *.bas opt a
To redirect "TYPE" to the serial port do:
type >ser: filename.bas
of course, with "TYPE" you can specify an output file name, so there is no need
for redirection. To print a hex dump of a file, for instance, try:
type filename to par: opt h
Rick Schaeffer
Enter command, N for next
message or <CR> for menu : n