Msg: 5307 *Conference*

08-13-94 09:35:04

From: RICHARD HANSON

To : DAVID NORMAN

Subj: REPLY TO MSG #5298 (HELP)

To run any .CO file, you must first reserve space between HIMEM and MAXRAM.  Do
this from BASIC with CLEAR256,topnumber.  The term "topnumber" is that number
presented when you LOADM"filename.co, e.g., if your topnumber is 59400 you
would write CLEAR256,59400.  At that point, you may run your .CO file.  Does it
have to be in your workspace?  Hmmm... that's a good question.  I don't recall.
However, check out how X-TEL.BA calls X-TEL.CO.  In other words, list the
X-TEL.BA code and study it.

Accessing files from the Booster Pak while online requires the addition of the
R: command, e.g., R:filename.  Commands without the R: default to the
workspace.  The workspace is the RAM of your Model 100.

One method of uploading files from the Booster Pak to a host would be to copy
to file into the workspace before coming online, then come online from the
workspace.  Another way would be to simply use R:filename when uploading.
Never add the .DO extension unless you are using X-TEL in xmodem mode.

Try these ideas and let me know what works.  -Rick-