blob: fa331023153b471b891aa1515808123e4d3e2bf3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
;SUBST Utility ;AN000;
;Message Service Routine ;AN000;
:util SUBST ;BEGIN UTIL ;AN000;
:class 1 ;EXTENDED ERRORS ;AN000;
;------- ---------------
;:use EXTEND3 ;Path not found
;:use EXTEND8 ;Insufficient memory
:class 2 ;PARSE ERRORS ;AN000;
;------- ------------
;:use PARSE3 ;Invalid switch
;:use PARSE10 ;Invalid parameter ;AN000;
:class A ;COMMON & DEFINED MSGS ;AN000;
;------- ------------
:use 1 COMMON1 ;Incorrect DOS version ;AN000;
:def 2 "Incorrect number of parameters",CR,LF ;AN000;
:use 12 COMMON12 ;Cannot %1 a network drive ;AN000;
:end ;END UTIL ;AN000;
|