home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Boot Disc 12
/
boot-disc-1997-08.iso
/
Cakewalk
/
AD.1
/
need20.cal
< prev
next >
Wrap
Text File
|
1997-05-15
|
386b
|
13 lines
; Require version 2.0 or higher of CAL; if not, issue error message and exit.
; This is intended to be (include)'d by other CAL programs.
;
; Written to be compatible with earlier versions:
; - (error) didn't display string argument to user, so use (pause) first instead
(if (< VERSION 20)
(do
(pause "This CAL program requires CAL version 2.0 or higher")
(exit)
)
)