Search found 6 matches

by platon39
21 Mar 2014 03:33
Forum: DOS Batch Forum
Topic: batch script exits to early from Loop
Replies: 9
Views: 4456

Re: batch script exits to early from Loop

Can you give me a
idea of what tools are you talking about.
Thanks a lot for support.
by platon39
20 Mar 2014 08:43
Forum: DOS Batch Forum
Topic: batch script exits to early from Loop
Replies: 9
Views: 4456

Re: batch script exits to early from Loop

Yes i get it, but the script is going forward, for small files and make the output with select . Is split, that large file into 8 files, each with 500 rows and it works, even if that errors appears. Watch this : -------------------- DATA ------------------------------------------------ Input the dat...
by platon39
20 Mar 2014 02:48
Forum: DOS Batch Forum
Topic: batch script exits to early from Loop
Replies: 9
Views: 4456

Re: batch script exits to early from Loop

cd copyfolder SETLOCAL EnableDelayedExpansion color 70 setlocal echo.-------------------- WORKING DIR ------------------------------------------ set cale3=C:\APPS\import_checks\copyfolder echo %cale3% dir %cale3%\*.csv echo.-------------------- DATA ------------------------------------------------ e...
by platon39
19 Mar 2014 09:24
Forum: DOS Batch Forum
Topic: batch script exits to early from Loop
Replies: 9
Views: 4456

Re: batch script exits to early from Loop

Hi foxydrive the file is in format like in eg :

SU_NSD_MD.su_nsd_md_country_20140318_imp.csv

where 20140318 is introduced from keyboard .

i forgot to remove line set variabila1=%1.This script is used in another and it receives as parameter a path .
by platon39
19 Mar 2014 06:37
Forum: DOS Batch Forum
Topic: batch script exits to early from Loop
Replies: 9
Views: 4456

batch script exits to early from Loop

Hello, all i have a script that is receiving as parametes a .csv file, and make an output with a select it removes the duplicates, put it from vertical to horizontal and make an output with the second token . It working for small file , but if i have for example 4000 lines, does not make the output ...
by platon39
24 Feb 2014 13:28
Forum: DOS Batch Forum
Topic: Batch script extract from .CSV-vertical,in horizontal format
Replies: 2
Views: 2526

Batch script extract from .CSV-vertical,in horizontal format

Hello,
i need batch script, that extracts data from a .csv file which is in format :

1233
333
4556

to horizontal format separated like : '1233','3333','4556'

Many thanks for support.