Browse Source

Merged /Common/Utils into Common/All, and reorganised.

Created U10 U14 U15 directories, since dome of the DOC files were quite large, and on space constrained floppies, the docs can be removed. Note: this commit also made (non impacting changes) to the fd_* files (/Apps) by adding commented lines, to highlight files that could potentially be added back
master
Mark Pruden 1 year ago
parent
commit
1fe47c4100
  1. 8
      Source/Doc/Catalog.md
  2. 0
      Source/Images/Common/All/u10/ASCIIART.BAS
  3. 0
      Source/Images/Common/All/u10/DDTZ.DOC
  4. 0
      Source/Images/Common/All/u10/FLASH.DOC
  5. 0
      Source/Images/Common/All/u10/SUPERSUB.DOC
  6. 0
      Source/Images/Common/All/u10/UNARC.DOC
  7. 0
      Source/Images/Common/All/u10/UNZIP.DOC
  8. 0
      Source/Images/Common/All/u10/ZDE.DOC
  9. 0
      Source/Images/Common/All/u14/CRUNCH28.CFG
  10. 0
      Source/Images/Common/All/u15/CLRDIR.COM
  11. 0
      Source/Images/Common/All/u15/COMPARE.COM
  12. 0
      Source/Images/Common/All/u15/CRUNCH.COM
  13. 0
      Source/Images/Common/All/u15/DDTZ.COM
  14. 0
      Source/Images/Common/All/u15/EX.COM
  15. 0
      Source/Images/Common/All/u15/FDISK80.COM
  16. 0
      Source/Images/Common/All/u15/FIND.COM
  17. 0
      Source/Images/Common/All/u15/FLASH.COM
  18. 0
      Source/Images/Common/All/u15/GENHEX.COM
  19. 0
      Source/Images/Common/All/u15/LS.COM
  20. 0
      Source/Images/Common/All/u15/LSWEEP.COM
  21. 0
      Source/Images/Common/All/u15/MBASIC.COM
  22. 0
      Source/Images/Common/All/u15/NULU.COM
  23. 0
      Source/Images/Common/All/u15/PMARC.COM
  24. 0
      Source/Images/Common/All/u15/PMEXT.COM
  25. 0
      Source/Images/Common/All/u15/RMXSUB1.COM
  26. 0
      Source/Images/Common/All/u15/SUPERSUB.COM
  27. 0
      Source/Images/Common/All/u15/TDLBASIC.COM
  28. 0
      Source/Images/Common/All/u15/UNARC.COM
  29. 0
      Source/Images/Common/All/u15/UNCR.COM
  30. 0
      Source/Images/Common/All/u15/UNZIP.COM
  31. 0
      Source/Images/Common/All/u15/WDATE.COM
  32. 0
      Source/Images/Common/All/u15/XSUB1.COM
  33. 0
      Source/Images/Common/All/u15/ZAP.COM
  34. 0
      Source/Images/Common/All/u15/ZDE.COM
  35. 0
      Source/Images/Common/All/u15/ZDENST.COM
  36. 0
      Source/Images/Common/All/u15/ZMRX.COM
  37. 0
      Source/Images/Common/All/u15/ZMTX.COM
  38. 7
      Source/Images/fd_bp.txt
  39. 4
      Source/Images/fd_cpm22.txt
  40. 4
      Source/Images/fd_cpm3.txt
  41. 8
      Source/Images/fd_nzcom.txt
  42. 4
      Source/Images/fd_qpm.txt
  43. 4
      Source/Images/fd_zpm3.txt
  44. 5
      Source/Images/fd_zsdos.txt
  45. 5
      Source/Images/hd_bp.txt
  46. 5
      Source/Images/hd_cpm22.txt
  47. 5
      Source/Images/hd_cpm3.txt
  48. 5
      Source/Images/hd_nzcom.txt
  49. 5
      Source/Images/hd_qpm.txt
  50. 5
      Source/Images/hd_zpm3.txt
  51. 5
      Source/Images/hd_zsdos.txt

8
Source/Doc/Catalog.md

@ -627,7 +627,7 @@ The following files appear in User Area 0
| `QSTAMPV.COM` | Initializes disk for date/time stamping (vertical sort) |
| `QSTAMPX.COM` | Initializes disk for date/time stamping (horizontal sort) |
| `QSTAT.COM` | QP/M enhanced version of CP/M 2.2 STAT application |
| `QSUB.COM` | QP/M batch file submission program |
| `QSUB.COM` | QP/M batch file submission program - Like SUBMIT |
| `QSWEEP.COM` | QP/M directory sweep utility |
| `QTERM.DAT` | Terminal control codes used by DEBUGZ |
| `QTERMS.LIB` | Library of available terminal definitions |
@ -683,10 +683,8 @@ The following files are general purpose an provided in (mostly) all OS images
The following files are found in
* /Source/Apps
* /Source/Apps/*
* /Source/Images/Common/All
* /Source/Images/Common/UTILS
* /Source/TastyBasic
The following files provide specific functionality enabled by
@ -739,7 +737,7 @@ distribution. Some provide command line help themselves. Some are fairly obvio
| `GENHEX.COM` | | Generates an Intel Hex file from the input file |
| `LS.COM` | | An alternative file listing to DIR |
| `LSWEEP.COM` | | Extract and view member files of an .LBR archive |
| `MBASIC.COM` | | Microsoft BASIC language interpreter |
| `MBASIC.COM` | Microsoft | Microsoft BASIC language interpreter |
| `NULU.COM` | | NZCOM new library utility (.LBR) management tool |
| `PMARC.COM` | | Create or add file(s) to LHA .PMA archive |
| `PMEXT.COM` | | Extract file(s) from .PMA/.LZH/.LHA archive |
@ -754,7 +752,7 @@ distribution. Some provide command line help themselves. Some are fairly obvio
| `UNCR.COM` | | Decompress Crunched file(s). See CRUNCH.COM |
| `UNZIP.COM` | Lars Nelson | UNZIP extracts from MS-DOS ZIP files |
| `UNZIP.DOC` | | Documentation for UNZIP |
| `XSUB1.COM` | Lars Nelson | Replacement for DRI SUB |
| `XSUB1.COM` | Lars Nelson | Replacement for DRI XSUB |
| `ZAP.COM` | | Interactive disk & file utility |
| `ZDE.COM` | | Compact WordStar-like editor |
| `ZDE.DOC` | | ZDE Documentation |

0
Source/Images/Common/All/ASCIIART.BAS → Source/Images/Common/All/u10/ASCIIART.BAS

0
Source/Images/Common/All/DDTZ.DOC → Source/Images/Common/All/u10/DDTZ.DOC

0
Source/Images/Common/All/FLASH.DOC → Source/Images/Common/All/u10/FLASH.DOC

0
Source/Images/Common/All/SUPERSUB.DOC → Source/Images/Common/All/u10/SUPERSUB.DOC

0
Source/Images/Common/All/UNARC.DOC → Source/Images/Common/All/u10/UNARC.DOC

0
Source/Images/Common/All/UNZIP.DOC → Source/Images/Common/All/u10/UNZIP.DOC

0
Source/Images/Common/All/ZDE.DOC → Source/Images/Common/All/u10/ZDE.DOC

0
Source/Images/Common/All/CRUNCH28.CFG → Source/Images/Common/All/u14/CRUNCH28.CFG

0
Source/Images/Common/All/CLRDIR.COM → Source/Images/Common/All/u15/CLRDIR.COM

0
Source/Images/Common/All/COMPARE.COM → Source/Images/Common/All/u15/COMPARE.COM

0
Source/Images/Common/All/CRUNCH.COM → Source/Images/Common/All/u15/CRUNCH.COM

0
Source/Images/Common/All/DDTZ.COM → Source/Images/Common/All/u15/DDTZ.COM

0
Source/Images/Common/All/EX.COM → Source/Images/Common/All/u15/EX.COM

0
Source/Images/Common/All/FDISK80.COM → Source/Images/Common/All/u15/FDISK80.COM

0
Source/Images/Common/All/FIND.COM → Source/Images/Common/All/u15/FIND.COM

0
Source/Images/Common/All/FLASH.COM → Source/Images/Common/All/u15/FLASH.COM

0
Source/Images/Common/UTILS/GENHEX.COM → Source/Images/Common/All/u15/GENHEX.COM

0
Source/Images/Common/UTILS/LS.COM → Source/Images/Common/All/u15/LS.COM

0
Source/Images/Common/UTILS/LSWEEP.COM → Source/Images/Common/All/u15/LSWEEP.COM

0
Source/Images/Common/All/MBASIC.COM → Source/Images/Common/All/u15/MBASIC.COM

0
Source/Images/Common/All/NULU.COM → Source/Images/Common/All/u15/NULU.COM

0
Source/Images/Common/All/PMARC.COM → Source/Images/Common/All/u15/PMARC.COM

0
Source/Images/Common/All/PMEXT.COM → Source/Images/Common/All/u15/PMEXT.COM

0
Source/Images/Common/All/RMXSUB1.COM → Source/Images/Common/All/u15/RMXSUB1.COM

0
Source/Images/Common/All/SUPERSUB.COM → Source/Images/Common/All/u15/SUPERSUB.COM

0
Source/Images/Common/All/TDLBASIC.COM → Source/Images/Common/All/u15/TDLBASIC.COM

0
Source/Images/Common/All/UNARC.COM → Source/Images/Common/All/u15/UNARC.COM

0
Source/Images/Common/All/UNCR.COM → Source/Images/Common/All/u15/UNCR.COM

0
Source/Images/Common/All/UNZIP.COM → Source/Images/Common/All/u15/UNZIP.COM

0
Source/Images/Common/All/WDATE.COM → Source/Images/Common/All/u15/WDATE.COM

0
Source/Images/Common/All/XSUB1.COM → Source/Images/Common/All/u15/XSUB1.COM

0
Source/Images/Common/All/ZAP.COM → Source/Images/Common/All/u15/ZAP.COM

0
Source/Images/Common/All/ZDE.COM → Source/Images/Common/All/u15/ZDE.COM

0
Source/Images/Common/All/ZDENST.COM → Source/Images/Common/All/u15/ZDENST.COM

0
Source/Images/Common/All/ZMRX.COM → Source/Images/Common/All/u15/ZMRX.COM

0
Source/Images/Common/All/ZMTX.COM → Source/Images/Common/All/u15/ZMTX.COM

7
Source/Images/fd_bp.txt

@ -11,6 +11,8 @@
#
#../../Binary/Apps/*.com 15:
../../Binary/Apps/assign.com 15:
#../../Binary/Apps/bbcbasic.com 15:
#../../Binary/Apps/bbcbasic.txt 15:
../../Binary/Apps/cpuspd.com 15:
../../Binary/Apps/reboot.com 15:
../../Binary/Apps/fat.com 15:
@ -40,9 +42,10 @@
#
# Add Common Applications
#
Common/All/*.* 15:
Common/All/u10/*.* 10:
Common/All/u14/*.* 14:
Common/All/u15/*.* 15:
Common/CPM22/*.* 15:
#Common/Z/u10/*.* 10:
Common/Z/u14/*.* 14:
Common/Z/u15/*.* 15:
Common/Z3/u10/*.* 10:

4
Source/Images/fd_cpm22.txt

@ -40,5 +40,7 @@ d_cpm22/ReadMe.txt 0:
#
# Add Common Applications
#
Common/All/*.* 0:
Common/All/u10/*.* 0:
Common/All/u14/*.* 0:
Common/All/u15/*.* 0:
Common/CPM22/*.* 0:

4
Source/Images/fd_cpm3.txt

@ -56,5 +56,7 @@ d_cpm3/ReadMe.txt 0:
#
# Add Common Applications
#
Common/All/*.* 0:
Common/All/u10/*.* 0:
Common/All/u14/*.* 0:
Common/All/u15/*.* 0:
Common/CPM3/*.* 0:

8
Source/Images/fd_nzcom.txt

@ -17,7 +17,10 @@ d_cpm22/u0/XSUB.COM 15:
../../Binary/Apps/reboot.com 15:
../../Binary/Apps/fat.com 15:
../../Binary/Apps/fdu.com 15:
#../../Binary/Apps/fdu.doc 15:
#../../Binary/Apps/mode.com 15:
../../Binary/Apps/rtc.com 15:
#../../Binary/Apps/survey.com 15:
../../Binary/Apps/syscopy.com 15:
../../Binary/Apps/talk.com 15:
../../Binary/Apps/htalk.com 15:
@ -30,9 +33,10 @@ d_cpm22/u0/XSUB.COM 15:
#
# Add Common Applications
#
Common/All/*.* 15:
Common/All/u10/*.* 10:
Common/All/u14/*.* 14:
Common/All/u15/*.* 15:
Common/CPM22/*.* 15:
#Common/Z/u10/*.* 10:
Common/Z/u14/*.* 14:
Common/Z/u15/*.* 15:
Common/Z3/u10/*.* 10:

4
Source/Images/fd_qpm.txt

@ -44,5 +44,7 @@ d_cpm22/u0/*.* 0:
#
# Add Common Applications
#
Common/All/*.* 0:
Common/All/u10/*.* 0:
Common/All/u14/*.* 0:
Common/All/u15/*.* 0:
Common/CPM22/*.* 0:

4
Source/Images/fd_zpm3.txt

@ -51,7 +51,9 @@ d_cpm3/u0/HELP.HLP 0:
#
# Add Common Applications
#
Common/All/*.* 15:
# Common/All/u10/*.* 10:
Common/All/u14/*.* 14:
Common/All/u15/*.* 15:
Common/CPM3/*.* 15:
Common/Z/u14/*.* 14:
Common/Z/u15/*.* 15:

5
Source/Images/fd_zsdos.txt

@ -53,8 +53,9 @@ d_cpm22/u0/XSUB.COM 0:
#
# Add Common Applications
#
Common/All/*.* 0:
Common/All/u10/*.* 0:
Common/All/u14/*.* 0:
Common/All/u15/*.* 0:
Common/CPM22/*.* 0:
#Common/Z/u10/*.* 0:
Common/Z/u14/*.* 0:
Common/Z/u15/*.* 0:

5
Source/Images/hd_bp.txt

@ -54,7 +54,9 @@ Common/Test/*.* 2:
#
# Add Common Applications
#
Common/All/*.* 15:
Common/All/u10/*.* 10:
Common/All/u14/*.* 14:
Common/All/u15/*.* 15:
Common/CPM22/*.* 15:
Common/Z/u14/*.* 14:
Common/Z/u15/*.* 15:
@ -62,4 +64,3 @@ Common/Z3/u10/*.* 10:
Common/Z3/u14/*.* 14:
Common/Z3/u15/*.* 15:
Common/SIMH/*.* 13:
Common/UTILS/*.* 15:

5
Source/Images/hd_cpm22.txt

@ -59,7 +59,8 @@ Common/Test/*.* 2:
#
# Add Common Applications
#
Common/All/*.* 0:
Common/All/u10/*.* 0:
Common/All/u14/*.* 0:
Common/All/u15/*.* 0:
Common/CPM22/*.* 0:
Common/SIMH/*.* 13:
Common/UTILS/*.* 0:

5
Source/Images/hd_cpm3.txt

@ -75,7 +75,8 @@ Common/Test/*.* 2:
#
# Add Common Applications
#
Common/All/*.* 0:
Common/All/u10/*.* 0:
Common/All/u14/*.* 0:
Common/All/u15/*.* 0:
Common/CPM3/*.* 0:
Common/SIMH/*.* 13:
Common/UTILS/*.* 0:

5
Source/Images/hd_nzcom.txt

@ -77,7 +77,9 @@ Common/Test/*.* 2:
#
# Add Common Applications
#
Common/All/*.* 15:
Common/All/u10/*.* 10:
Common/All/u14/*.* 14:
Common/All/u15/*.* 15:
Common/CPM22/*.* 15:
Common/Z/u14/*.* 14:
Common/Z/u15/*.* 15:
@ -85,4 +87,3 @@ Common/Z3/u10/*.* 10:
Common/Z3/u14/*.* 14:
Common/Z3/u15/*.* 15:
Common/SIMH/*.* 13:
Common/UTILS/*.* 15:

5
Source/Images/hd_qpm.txt

@ -58,7 +58,8 @@ Common/Test/*.* 2:
#
# Add Common Applications
#
Common/All/*.* 0:
Common/All/u10/*.* 0:
Common/All/u14/*.* 0:
Common/All/u15/*.* 0:
Common/CPM22/*.* 0:
Common/SIMH/*.* 13:
Common/UTILS/*.* 0:

5
Source/Images/hd_zpm3.txt

@ -75,7 +75,9 @@ Common/Test/*.* 2:
#
# Add Common Applications
#
Common/All/*.* 15:
Common/All/u10/*.* 10:
Common/All/u14/*.* 14:
Common/All/u15/*.* 15:
Common/CPM3/*.* 15:
Common/Z/u14/*.* 14:
Common/Z/u15/*.* 15:
@ -83,4 +85,3 @@ Common/Z3/u10/*.* 10:
Common/Z3/u14/*.* 14:
Common/Z3/u15/*.* 15:
Common/SIMH/*.* 13:
Common/UTILS/*.* 15:

5
Source/Images/hd_zsdos.txt

@ -67,9 +67,10 @@ Common/Test/*.* 2:
#
# Add Common Applications
#
Common/All/*.* 0:
Common/All/u10/*.* 0:
Common/All/u14/*.* 0:
Common/All/u15/*.* 0:
Common/CPM22/*.* 0:
Common/Z/u14/*.* 0:
Common/Z/u15/*.* 0:
Common/SIMH/*.* 13:
Common/UTILS/*.* 0:

Loading…
Cancel
Save