Some fun with the DOS command + multi partition sdcard
Posted: Fri Jun 30, 2023 1:22 pm
Here, I demonstrate a couple of DOS commands:
- 1. DOS"$" - Directory
2. DOS"$=P" - Partition List
3. DOS"CPn" - Change Partition - n is partition number, ex. 1
4. DOS"CD:directory" - Change Directory - directory is name of directory
- 1. DOS"$" - List directory on partition 1
2. DOS"$=P" - Lists partitions on multi-partition disk or sdcard
3. DOS"CP2" - Change to partition 2
4. DOS"$" - Lists directory of partition 2
5. DOS"CD:Z*" - Change to the ZIGGURAT directory on partition 2
6. DOS"$" - Lists directory of ZIGGURAT on partition 2
7. DOS"CP1" - Change to partition 1
8. DOS"$" - Lists directory of partition 1