how to execute dump and load command using windows dos bat f

Posted by aaravindhantj on 05-Apr-2014 10:41

sir

 when i use to do binary dump and load i need to execute prostrct db-name -C dump \path\table-name \path\

when nearly more than 50 or 100 tables come i need to execute every line so i typed it in bat file and executed but the first line only executed and remaining line does not and it come out of the bat file and it stands in proenv promt .

but when i give normal dos command any numbers of line it executes any alternate idea or method is there pls reply sir

All Replies

Posted by Libor Laubacher on 05-Apr-2014 10:58

call proutil db -C dump ...

call proutil db -C dump ...

eg it's proutil and not prostrct and since proutil is a batch itself, you need to put 'call' prior the proutil

Posted by aaravindhantj on 06-Apr-2014 02:25

than k u so much libor sir


[collapse]
On Sat, Apr 5, 2014 at 9:29 PM, Libor Laubacher <bounce-llaubach@community.progress.com> wrote:
Reply by Libor Laubacher

call proutil db -C dump ...

call proutil db -C dump ...

eg it's proutil and not prostrct and since proutil it's batch itself, you need to put 'call' prior the proutil

Stop receiving emails on this subject.

Flag this post as spam/abuse.


[/collapse]

This thread is closed