TEENY: Difference between revisions

From Bitchin100 DocGarden
Jump to navigationJump to search
Line 24: Line 24:
== A WARNING ==
== A WARNING ==


---READ THIS---. This burns everybody, it will burn you too.
'''READ THIS'''. This burns everybody, it will burn you too.


All the BASIC programs at Club100.org have a '.BA' extension in their name. If you attempt to load these
All the BASIC programs at Club100.org have a '.BA' extension in their name. If you attempt to load these

Revision as of 14:37, 29 March 2008

How to Use TEENY

It couldn't be easier. There are only 4 commands.

KLSQ

  • K XXXXXX.YY
  • L XXXXXX.YY
  • S XXXXXX.YY
  • Q


  • K kills the file on the external drive
  • L loads a file from the external drive to RAM file system
  • S saves a file from the RAM file system to the external drive
  • Q quits TEENY

A WARNING

READ THIS. This burns everybody, it will burn you too.

All the BASIC programs at Club100.org have a '.BA' extension in their name. If you attempt to load these directly via TEENY you will corrupt your laptop's memory (and you should probably cold start and reload TEENY even if things seem to be working).

BA extension is reserved for tokenized binary BASIC program files. If you have an ASCII formatted BASIC program, as all BASIC programs in the Club100 library are, you need to rename the file to have a DO extension. Then, you can load the DO file from the BASIC prompt with LOAD"XXXXXX.DO"

How Do I Get a Directory

TEENY does not offer a "directory" operation. If you are using a PC, you may want to write a script that first does "DIR" of "ls" and then launches your TPDD emulator. This way you can at least see what files were there when you launched the TPDD emulator.

For more details read the TEENY documentation