home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
editors
/
hypsh40c.arj
/
PGRES110.LZH
/
EXAMPLE.BAT
next >
Wrap
DOS Batch File
|
1991-04-15
|
382b
|
32 lines
@echo off
cls
echo Example of use of PGR and PGRES
echo
PGR ?
if errorlevel 1 goto :appl
echo
PGRES
PGR ?
if errorlevel 1 goto :appl
echo PGRES could not be installed
goto :end
:appl
echo
echo Here I could have called an application.
echo As an example, I use PGR:
echo
PGR
echo
echo And now to unloading PGRES:
echo
PGRES -u
:end