Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> batch scripts strange error with multiple CMD
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