*** Cluso's Propeller 2 Operating System v.218? *** (19 May 2020) ------------------------------------------------------------------------------- ===Not everything implemented at this time=== clear ' Clear screen copy ' Copy a file del ' Delete a file diff ' Display file differences dir [mask] ' Display directory of files free ' Display FAT16/32 used/free space help ' Display help info lf ' Toggles LF on/off ls [mask] [A] ' Display directory of files reboot ' Reboot the Propeller Chip ren ' Rename a file run ' Run a ".BIN" file (kills PropOS) testsd ' Tests the SD card (writes to SD) type [-Hn] ' Display the contents of a file used ' Display FAT16/32 used/free space ver ' Display info about PropOS ------------------------------------------------------------------------------- To RUN any Propeller Binary (replaces the OS completely)... SD:>RUN xxxxxxxx ' Runs xxxxxxxx.bin file -------------------------------------------------------------------------------