home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hall of Fame
/
HallofFameCDROM.cdr
/
oilfield
/
gaugdemo.exe
/
STARTUP.BAT
< prev
Wrap
DOS Batch File
|
1990-11-14
|
1KB
|
31 lines
ECHO OFF
CLS
ECHO Your name and address for the heading on the print form
ECHO has been installed. You must setup a list of tanks and
ECHO gas meters and other information needed to run the
ECHO program. The hard disk is assumed to be drive c:. A
ECHO directory c:\gauges will be created and is the directory
ECHO where all programs will be stored to run the program.
ECHO Later you must create sub-directories for each lease or area
ECHO that you will be working.
ECHO ---------------------------------------------------------
PAUSE
C:
MD GAUGES
CD GAUGES
COPY A:*.EXE C:
CLS
C:
CLS
ECHO STARTUP has completed its task.
ECHO ...............................
ECHO When the c: prompt appears, you will be in the directory
ECHO c:\gauges. Use the MD command and create all the
ECHO sub-directories which will be needed to identify the
ECHO lease or area you will be working. After the sub-directories
ECHO are created, enter GAUGES to run the program. Use the utility
ECHO option and set up the tanks and meters under each area
ECHO sub-directory that apply to the area.
ECHO **********************************************************
PAUSE