]> wirehaze git hosting - MS-DOS.git/blob - v4.0/src/CMD/SUBST/SUBST.SKL

wirehaze git hosting

MZ is back!
[MS-DOS.git] / v4.0 / src / CMD / SUBST / SUBST.SKL
1 ;SUBST Utility ;AN000;
2 ;Message Service Routine ;AN000;
3
4 :util SUBST ;BEGIN UTIL ;AN000;
5
6 :class 1 ;EXTENDED ERRORS ;AN000;
7 ;------- ---------------
8 ;:use EXTEND3 ;Path not found
9 ;:use EXTEND8 ;Insufficient memory
10
11 :class 2 ;PARSE ERRORS ;AN000;
12 ;------- ------------
13 ;:use PARSE3 ;Invalid switch
14 ;:use PARSE10 ;Invalid parameter ;AN000;
15
16 :class A ;COMMON & DEFINED MSGS ;AN000;
17 ;------- ------------
18 :use 1 COMMON1 ;Incorrect DOS version ;AN000;
19 :def 2 "Incorrect number of parameters",CR,LF ;AN000;
20 :use 12 COMMON12 ;Cannot %1 a network drive ;AN000;
21
22 :end ;END UTIL ;AN000;