home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / oilfield / gaugdemo.exe / STARTUP.BAT < prev   
DOS Batch File  |  1990-11-14  |  1KB  |  31 lines

  1. ECHO OFF
  2. CLS
  3. ECHO        Your name and address for the heading on the print form
  4. ECHO        has been installed. You must setup a list of tanks and
  5. ECHO        gas meters and other information needed to run the
  6. ECHO            program. The hard disk is assumed to be drive c:. A
  7. ECHO            directory c:\gauges will be created and is the directory
  8. ECHO            where all programs will be stored to run the program.
  9. ECHO            Later you must create sub-directories for each lease or area
  10. ECHO            that you will be working.
  11. ECHO            ---------------------------------------------------------
  12. PAUSE
  13. C:
  14. MD GAUGES
  15. CD GAUGES
  16. COPY A:*.EXE C:
  17. CLS
  18. C:
  19. CLS
  20. ECHO                      STARTUP has completed its task.
  21. ECHO                      ...............................
  22. ECHO            When the c: prompt appears, you will be in the directory
  23. ECHO            c:\gauges.  Use the MD command and create  all the
  24. ECHO            sub-directories which will be needed to identify the
  25. ECHO            lease or area you will be working. After the sub-directories
  26. ECHO        are created, enter GAUGES to run the program. Use the utility
  27. ECHO            option and set up the tanks and meters under each area
  28. ECHO            sub-directory that apply to the area.
  29. ECHO            **********************************************************
  30. PAUSE
  31.