diff options
| author | 2024-04-25 21:24:10 +0100 | |
|---|---|---|
| committer | 2024-04-25 22:32:27 +0000 | |
| commit | 2d04cacc5322951f187bb17e017c12920ac8ebe2 (patch) | |
| tree | 80ee017efa878dfd5344b44249e6a241f2a7f6e2 /v4.0/src/CMD/LABEL/LABL.SKL | |
| parent | Merge pull request #430 from jpbaltazar/typoptbr (diff) | |
| download | ms-dos-main.tar.gz ms-dos-main.tar.xz ms-dos-main.zip | |
Diffstat (limited to 'v4.0/src/CMD/LABEL/LABL.SKL')
| -rw-r--r-- | v4.0/src/CMD/LABEL/LABL.SKL | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/v4.0/src/CMD/LABEL/LABL.SKL b/v4.0/src/CMD/LABEL/LABL.SKL new file mode 100644 index 0000000..fa12e33 --- /dev/null +++ b/v4.0/src/CMD/LABEL/LABL.SKL | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | ;LABEL Utility | ||
| 2 | ;Message Service Routine | ||
| 3 | |||
| 4 | :util LABL ;BEGIN UTIL ;AN000; | ||
| 5 | |||
| 6 | :class 1 ;EXTENDED ERRORS ;AN000; | ||
| 7 | ;------- --------------- | ||
| 8 | ;:use EXTEND4 ;Too many files open | ||
| 9 | ;:use EXTEND15 ;Invalid drive specification | ||
| 10 | ;:use EXTEND82 ;Can not make directory entry | ||
| 11 | |||
| 12 | :class A ;COMMON & DEFINED MSGS ;AN000; | ||
| 13 | ;------- ------------ | ||
| 14 | :use 01 COMMON1 ;Incorrect DOS version | ||
| 15 | :use 02 COMMON14 ;Cannot %1 a SUBSTed or ASSIGNed drive | ||
| 16 | :use 03 COMMON21 ;Invalid characters in volume label | ||
| 17 | :use 04 COMMON33 ;Volume in drive %1 has no label | ||
| 18 | :use 05 COMMON34 ;Volume in drive %1 is %2 | ||
| 19 | :use 06 COMMON35 ;Vol label (11 chars, ENTER for none)? | ||
| 20 | :use 07 COMMON36 ;Volume Serial Number is %1-%2 | ||
| 21 | :use 08 COMMON12 ;Cannot %1 a network drive | ||
| 22 | :def 09 CR,LF,"Delete current volume label (Y/N)?" ;AN001; | ||
| 23 | :use 10 COMMON38 ;CR,LF ;AN001; | ||
| 24 | |||
| 25 | :end ;END UTIL ;AN000; | ||
| 26 | \ No newline at end of file | ||