Consultor Eletrônico



Kbase P24838: Explanations on probkup.bat
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

GOAL:

Explanations on probkup.bat

FIX:

When using "probkup", probkup.bat is first used and then it is either the executable _dbutil or _mprshut which is executed.

The first parameter of probkup is seen as "%1" and it can be "online" as per the syntax for a online backup:
probkup online <db> .....

When you run a online backup, it is "_mprshut" which is executed. Otherwise it is "_dbutil" which is the executed.

"%2" is referring to the second parameter of the command probkup,
"%3" is referring to the third parameter and so on.