You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ If a command argument contains spaces the argument must be enclosed in quotes.
58
58
- _scrWidth - The number of columns on the terminal or screen
59
59
- errorlevel - The result code from the previous BAT file or pexec command executed
60
60
61
-
**PROMPT [prompt text]** - Changes or displays the DOS command prompt. Supported strings "$R,$D,$T,$P,$G,$C,$F,$A,$B,$E,$H,$L,$Q,$S,$V,$_,$." and text litterals
61
+
**PROMPT [prompt text]** - Changes or displays the DOS command prompt. Supported strings "$R,$D,$T,$P,$G,$C,$F,$A,$B,$E,$H,$L,$Q,$S,$V,$_,$." and text literals
62
62
Example: `prompt $e[44m$p$g` sets the backgound blue and displays the current directory + >
63
63
64
64
**PATH [path1;path2;...]** - Changes or displays the directory search list for executing python scripts and DOS batch files
@@ -128,7 +128,7 @@ PyDOS.
128
128
129
129
**setdate.py** - initalizes the real time clock to an entered date
130
130
**settime.py** - initalizes the real time clock to an entered time
131
-
**ntpdate.py** (ESP32xxx, Pico W and MicroPython Nano Connect) - sets the time and date using the Internet NTP protocol
131
+
**ntpdate.py** (ESP32xxx, Pico W and Nano Connect) - sets the time and date using the Internet NTP protocol
132
132
133
133
**diff.py** - performs a file comparison
134
134
@@ -230,7 +230,7 @@ the microcontroller and copy as much of the **PyBasic** directory as space permi
230
230
231
231
**CircuitPython Setup**
232
232
233
-
Thanks to the great work of @bill88t, starting with CircuitPython version 8.0.4, you no longer need to build custom CirucitPython firmware (ESP32 based boards are still being worked on but should have this feature in 8.1.x). PyDOS will run without issue on a standard downloaded CircuitPython image from https://circuitpython.org/downloads.
233
+
Thanks to the great work of @bill88t, starting with CircuitPython version 8.0.4, you no longer need to build custom CirucitPython firmware (ESP32 based boards are still being worked on but should have this feature in 8.0.6/8.1.0). PyDOS will run without issue on a standard downloaded CircuitPython image from https://circuitpython.org/downloads.
234
234
235
235
*By the way, if you like PyDOS you'll probably also enjoy ljinux from https://github.com/bill88t/ljinux.*
0 commit comments