Searching for a solution with Batch programming
- From: RivaCom@xxxxxxxxx
- Date: Tue, 26 Feb 2008 13:37:27 -0800 (PST)
I was tasked with a job to write a batch program to download a excel
file from a FTP and convert it to CSV, getting the file was a 2 second
job. But finding a free program to convert xls 2 csv or txt was a
nightmare. I finally found a standalone app, which i can run from
command line. My problem being after it converts a dialog pops up
saying "Conversion Complete", and I can't figure out how I would go
about exiting the program. The last few lines of commands go:
ftp -s:download.bat
open ftphyperlink
username
password
get test.xls
bye
xls2csv.exe test.xls
exit
Anyone have any suggestions or better solutions? This will be running
on windows server 2003, with no office applications on it.
.
- Follow-Ups:
- Re: Searching for a solution with Batch programming
- From: ekkehard.horner
- Re: Searching for a solution with Batch programming
- From: Mr. Arnold
- Re: Searching for a solution with Batch programming
- From: Joe Wright
- Re: Searching for a solution with Batch programming
- From: Alf P. Steinbach
- Re: Searching for a solution with Batch programming
- Prev by Date: Re: strlen(), K+1: clarification
- Next by Date: Re: Searching for a solution with Batch programming
- Previous by thread: VB .NET
- Next by thread: Re: Searching for a solution with Batch programming
- Index(es):
Relevant Pages
|