Kbase P22536: How to set a default answer for a Prorest prompt.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/2/2003 |
|
Status: Unverified
GOAL:
How to set a default answer for a Prorest prompt.
FIX:
In some occasions you might want to default to Yes when Prorest prompts you whether you want to overwrite an existing database or not.
Use the following command to default to Yes:
echo Y | prorest <dbname> <devicename>
Use the following command to default to No:
echo N | prorest <dbname> <devicename>