Msg: 6111 *Conference*

10-30-95 06:57:02

From: RICHARD HANSON

To : PAUL WHITING

Subj: REPLY TO MSG #6110 (TAPE RECOVERY TECHNIQUES)

Hmmm... all it says is SKIP, huh?!  It will say that if it's not the file
you're looking for.  Let me cover a few things.  It's been awhile and I might
be off a bit ... I don't have a manual in front of me right now ... please
correct me if I'm wrong.

From BASIC:

 cload"filename" - if a tokenized basic program
 cload"filename" - if an ASCII basic program

 Clear 256,top
 cloadm"filename.co",top,end,exe - if a machine langage program

From TEXT:

 <f2> filename - if a text file
 <f2> filename.ba - if a tokenizd basic program