Kbase P113952: How to get past the backup question during conv910
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  03/03/2006 |
|
Status: Unverified
GOAL:
How to make conv910 run silently
GOAL:
How to get past the backup question during conv910
FIX:
This can be done with echo y | proutil .. -C conv910.
Sometimes this doesn't work since proutil is a proutil.bat file, so in that case use echo y | _proutil.
Another way is to read the 'y' from an input file: "Proutil .. -C conv910 < yes.in", where yes.in just has a single line with a 'y' in it.