home *** CD-ROM | disk | FTP | other *** search
- VerCheck 34
- if warn
- echo "Wow! You've got V34."
- else
- echo "Bah! You ain't got V34."
- endif
- VerCheck 34>
- if warn
- echo "Wow! You've got V34 or greater."
- else
- echo "Bah! You ain't got V34."
- endif
- VerCheck 37
- if warn
- echo "Wow! You've got V37."
- else
- echo "Bah! You ain't got V37."
- endif
- VerCheck 37>
- if warn
- echo "Wow! You've got V37 or greater."
- else
- echo "Bah! You ain't got V37."
- endif
- VerCheck 38>
- if warn
- echo "Wow! You've got V38 or greater."
- else
- echo "Bah! You ain't got V38."
- endif
-