Change to the C:\GMT\DB directory
EDIT LDSTART.BAT
"Rem" out lines 33 through 37 [type REM in front of each line with a space after it
Save the file and restart the Dump/Load proecedure.
The files will have to be REedited back to it's proper state when the Dump/Load is complete!
Just remove the REM statements from in front of the lines. Resave the file
EXAMPLE Here's an excerpt from the LDSTART.BAT file to follow:
29 REM ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
30 REM ³ REORG ³
31 REM ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
32 :REORG
33 rem echo "2" > dmpld.asc
34 rem rem call \gmt\gmstart dllogin.p -i
35 rem if exist dmpld.asc goto LOG_ERROR
36 rem if not exist \gmt\wrk\dmpfinsh.yes goto DUMP_ERROR
37 rem del \gmt\wrk\dmpfinsh.yes
38 call \gmt\db\deletedb
39 call \gmt\db\createdb
40 call \gmt\gmstart strtload.p -i
41 goto END