home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- CLS
- rem This BAT file provides an example use of the configuration/
- rem installation utility LLCONFIG.COM.
- rem
- rem Title: Creating a default installation
- rem Description: Runs LLCONFIG.COM without command line options
- rem hence installing LLOG.COM in C:\LLG and creating
- rem data (.MET) file in C:\LANLOG.DAT
-
- rem This file presumes that you are configuring/installing from the
- rem A: drive.
-
- rem Ensure we are in correct drive
-
- A:
-
- rem execute LLCONFIG
-
- LLCONFIG
-
- rem The End
-
- ECHO ON
-