home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR21 / LANLOG11.ZIP / CONFEG01.BAT < prev    next >
DOS Batch File  |  1993-08-01  |  595b  |  25 lines

  1. ECHO OFF
  2. CLS
  3. rem     This BAT file provides an example use of the configuration/
  4. rem     installation utility LLCONFIG.COM.
  5. rem
  6. rem           Title: Creating a default installation
  7. rem     Description: Runs LLCONFIG.COM without command line options
  8. rem                  hence installing LLOG.COM in C:\LLG and creating
  9. rem                  data (.MET) file in C:\LANLOG.DAT
  10.  
  11. rem     This file presumes that you are configuring/installing from the
  12. rem     A: drive.
  13.  
  14. rem     Ensure we are in correct drive
  15.  
  16. A:
  17.  
  18. rem     execute LLCONFIG
  19.  
  20. LLCONFIG
  21.  
  22. rem     The End
  23.  
  24. ECHO ON
  25.