Re: Running CF as command line tool

2001-12-28 Thread Alex
wrong tool for the job. you could write a webpage in assembly if you wanted too. On Fri, 28 Dec 2001, stas wrote: I am wondering what it takes to run CF to perform certain tasks that are not not web related... as one would use PERL. I've started learning PERL a fe w months ago as a tool to

RE: Running CF as command line tool

2001-12-28 Thread Joel Parramore
I've never tried using cfml.exe directly --- you'll have to let me know h ow that works. You could write your CF templates and use the CF Administrator to run scheduled tasks to carry them out, or run them using a browser directly. Or, getting even more baroque, use Perl to make a HTTP request

RE: Running CF as command line tool

2001-12-28 Thread Joel Parramore
as regards file handling below should read and file handling features, also,... Regards, Joel Parramore -Original Message- From: Joel Parramore [mailto:[EMAIL PROTECTED]] Sent: Friday, December 28, 2001 11:53 AM To: CF-Talk Subject: RE: Running CF as command line tool I've

RE: Running CF as command line tool

2001-12-28 Thread Dave Watts
I am wondering what it takes to run CF to perform certain tasks that are not not web related... as one would use PERL. I've started learning PERL a few months ago as a tool to do some local data cleansing, etc... but I still miss the facilities CF provides for database and file

Re: Running CF as command line tool

2001-12-28 Thread stas
Okay, I'm convinced! Any suggestions then for a general-purpose language that I could run on my desktop for text/file processing and database connectivity? I like PERL, but I am still at the level where I always have to grab a book to look up syntax, as its syntax doesn't render itself to quick

Re: Running CF as command line tool

2001-12-28 Thread Jim McAtee
] Sent: Friday, December 28, 2001 12:30 PM Subject: Re: Running CF as command line tool Okay, I'm convinced! Any suggestions then for a general-purpose language that I could run on my desktop for text/file processing and database connectivity? I like PERL, but I am still at the level where I always

RE: Running CF as command line tool

2001-12-28 Thread Dave Watts
Okay, I'm convinced! Any suggestions then for a general-purpose language that I could run on my desktop for text/file processing and database connectivity? I like PERL, but I am still at the level where I always have to grab a book to look up syntax, as its syntax doesn't render itself

RE: Running CF as command line tool

2001-12-28 Thread Jerry Johnson
If performance is not an issue, but developer maintenance is, I have been using a combination of the two. We manage the files/directories in CF, pass the filespec and parameters to perl using CFHTTP, do all the string manipulation in Perl, then pass back the results as XML which CF parses and

Re: Running CF as command line tool

2001-12-28 Thread Alex
go with perl. You should always -- use strict; and -Tw flags. As far as rote memorization forget it. After a while you'll have some code snippets and you'll fly through scripts. Comprehension not Memorization. On Fri, 28 Dec 2001, stas wrote: Okay, I'm convinced! Any suggestions then for a

Re: Running CF as command line tool

2001-12-28 Thread Alex
also if you are on windows look at cygwin or a ported unix shell to install. You can do alot of things in one line shell. On Fri, 28 Dec 2001, stas wrote: Okay, I'm convinced! Any suggestions then for a general-purpose language that I could run on my desktop for text/file processing and

RE: Running CF as command line tool

2001-12-28 Thread Mark W. Breneman
PROTECTED] www.vividmedia.com 608.270.9770 -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Friday, December 28, 2001 2:21 PM To: CF-Talk Subject: Re: Running CF as command line tool also if you are on windows look at cygwin or a ported unix shell to install. You can do alot