pb740-inkpad-notes
No description available.
pb740-inkpad-notes Latest Version Download
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
python
View Details ▼
python
Python language interpreter.
python
Start a REPL (interactive shell):
python {{path/to/file.py}}
Execute a specific Python file:
python -i {{path/to/file.py}}
Execute a specific Python file and start a REPL:
mount
View Details ▼
mount
Mount host directories/drives/images as virtual DOS drives.
MOUNT C .
Mount current directory as C:
MOUNT C {{C:\path\to\directory}}
Mount specific directory as C:
MOUNT C {{C:\path\to\directory}} -freesize {{1024}}
Mount with free space limit (MB):
// repository documentation
Was this content helpful?
(0 ratings)
