Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> batch scripts strange error with multiple CMD

batch scripts strange error with multiple CMD

From: <GKor_at_rdw.nl>
Date: Thu, 22 Jun 2000 12:18:33 +0200
Message-Id: <10536.110123@fatcity.com>


Hi all

we have a batch CMD script with the following syntaxis

after loading the first table with db_wyziging.cmd the batch script stops without reason
we like'd to load the first table first and then the following 2 (because the first is a parent table)

any one with suggestions why the batch script stopped after the first .cmd ?

Net time \\%COMPUTERNAME%
>d:\Beheer\Logfiles\Blc\Blc_ftp.log
ftp -i -s:d:\Beheer\Batfiles\Blc_ftprun_mget.ftp FTS1.rdw.nl
>>d:\Beheer\Logfiles\Blc\Blc_ftp.log

rem **** Copieeren van de orginele bestanden **** copy c:\Winnt\System32\Blc*.txt e:\Projecten\Blc\Ftp\*.txt
>>d:\Beheer\Logfiles\Blc\Blc_ftp.log

del c:\Winnt\System32\Blc*.txt
>>d:\Beheer\Logfiles\Blc\Blc_ftp.log

Net time \\%COMPUTERNAME%
>>d:\Beheer\Logfiles\Blc\Blc_ftp.log

rem **** Import van de orginele bestanden in oracledatabase ac01 **** e:\projecten\blc\db_wyziging.cmd
>>d:\Beheer\Logfiles\Blc\Blc_ftp.log

e:\projecten\blc\prim_sl_item.cmd
>>d:\Beheer\Logfiles\Blc\Blc_ftp.log

e:\projecten\blc\wyz_data_item.cmd
>>d:\Beheer\Logfiles\Blc\Blc_ftp.log
Received on Thu Jun 22 2000 - 05:18:33 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US