Presenting experimental HELP system for Picomites


Author Message
homa

Guru

Joined: 05/11/2021
Location: Germany
Posts: 461
Posted: 02:54pm 16 Apr 2025      

  electricat said  - There is quick terminal/ headless/RP2040 compatible version
So output to VGA screen would be quite ugly, while somehow usable still.

- Now all keyboard sents should work ok through terminal (no need external keyboard)
Will not return path however. Have no any ideas how to do it, yet.

Let`s see if it helps


Many thanks for the console version!

Insert at the beginning of the SUB:

backupDrive$=MM.Info(drive)
backupCWD$=Cwd$


And add here when leaving ...

 If usr$="-x" Or usr$="-exit" Or usr$="-e" Then
  Chdir ".."
  Drive backupDrive$
  Chdir backupCWD$


Yes it helps  

Matthias