DOS Text File Transfer

From Bitchin100 DocGarden
Revision as of 07:14, 29 October 2009 by 99.6.119.22 (talk) (New page: Set com port mode on PC; e.g.: MODE COM1:96,N,8,1 Open TEXT Enter File Name (.DO will be appended) F2 (Load from:) COM:88N1E (match PC setting) Send file from PC; e.g.: COPY <filen...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Set com port mode on PC; e.g.:

MODE COM1:96,N,8,1

Open TEXT

Enter File Name (.DO will be appended)

F2 (Load from:) COM:88N1E (match PC setting)


Send file from PC; e.g.:

COPY <filename> COM1

Note that nothing displays (which is why it can run faster).

Wait to make sure it's all sent.

Shift Pause/break.

No need to worry about file extensions but of course the file has to be ASCII text, which includes text (.DO) versions of BASIC programs.