Re: Witango-Talk: Directory listing on MacOSX

2003-07-27 Thread Phil Wade
An example that will work on all the unix platform - OS X, Linux and Solaris - is attached. Make sure that: 1 the shellcommand.sh file has execute permissions 2 the file is saved as a unix text file 3 the user that owns the witango process has read/execute access to the directory Phil On 27/

Re: Witango-Talk: Directory listing on MacOSX

2003-07-27 Thread Wayne Irvine
> The program "/bin/ls /Library/WebServer/Documents" does not exist, or > is not readable. Or maybe use some sort of encoding or <@CHAR> tag to send the space. Wayne Irvine Byte Services Pty Ltd http://www.byteserve.com.au/ [EMAIL PROTECTED]

Re: Witango-Talk: Directory listing on MacOSX

2003-07-26 Thread Wayne Irvine
> The program "/bin/ls /Library/WebServer/Documents" does not exist, or > is not readable. Looks like it's seeing the space as a part of the path rather than as a separator followed by an argument. Can you pass the argument separately, or set it as the default path before calling the app. Wayne

Witango-Talk: Directory listing on MacOSX

2003-07-26 Thread Christian Platt
Just wanted to get the listing of a directory into my resultset via /bin/ls /Library/WebServer/Documents which works in Terminal, but when using it as an external action in Witango, iget +++ Position: GetDir Class: External Main Error Number: 0 The program "/bin/ls /Library/WebServer/Document

RE: Witango-Talk: Directory Listing Batch File (WIN)

2002-10-06 Thread Campbell, Steve V.
-Original Message- From: Brad Robertson [mailto:[EMAIL PROTECTED]] Sent: Fri 10/4/2002 7:18 PM To: Multiple recipients of list witango-talk Cc: Subject:Witango-Talk: Directory Listing Batch File (WIN) Hello. Does someone have a taf & bat file example that displa

Re: Witango-Talk: Directory Listing Batch File (WIN)

2002-10-04 Thread Brad Robertson
witango-talk Sent: Friday, October 04, 2002 6:44 PM Subject: Re: Witango-Talk: Directory Listing Batch File (WIN) Hi, did you know it's one of the most frequently asked question here ;)   Here is a quick tcf + taf exemple, it's show the use of the "shell_Di

Re: Witango-Talk: Directory Listing Batch File (WIN)

2002-10-04 Thread [Gauthier]
ipients of list witango-talk Sent: Saturday, October 05, 2002 2:18 AM Subject: Witango-Talk: Directory Listing Batch File (WIN) Hello. Does someone have a taf & bat file example that displays a directory listing.  I am having problems specifying the directory. Thanks shell.zip Description: Zip compressed data

Witango-Talk: Directory Listing Batch File (WIN)

2002-10-04 Thread Brad Robertson
Hello. Does someone have a taf & bat file example that displays a directory listing.  I am having problems specifying the directory. Thanks

Re: Witango-Talk: directory listing

2002-05-05 Thread John Newsom
ll kinds of nice stuff. Convert > stuff into PDFs? > > Jake Stevens > > Ps. Sorry if the last thing you wanted to read was a DOS tutorial =) > LOL. I've attached the tcf and batch file if you want to check it out. > > -Original Message- > From: [EMAIL PROTECTED] &

RE: Re: Witango-Talk: directory listing

2002-05-03 Thread Jacob Stevens
bell, Steve V. Sent: May 3, 2002 10:24 AM To: Multiple recipients of list witango-talk Subject: RE: Re: Witango-Talk: directory listing I am interested to know and to hear more from what you mentioned here. I have dir. listings and batch's running all over the place. I have changed so

RE: Witango-Talk: directory listing

2002-05-03 Thread Ben Johansen
ent: Friday, May 03, 2002 7:37 AM To: Multiple recipients of list witango-talk Subject: Re: Witango-Talk: directory listing Thanks for all the quick help, Mike and Gauthier. I will now go and try! John Mike Tyranski wrote: > You could also build a simple JavaBean to do it as well. However,

Re: Witango-Talk: directory listing

2002-05-03 Thread John Newsom
Thanks for all the quick help, Mike and Gauthier. I will now go and try! John Mike Tyranski wrote: > You could also build a simple JavaBean to do it as well. However, the batch file is > probably the best for a quick solution. > > Mike > > John Newsom wrote: > > > I am pumped about the rtf me

RE: Re: Witango-Talk: directory listing

2002-05-03 Thread Campbell, Steve V.
I would like to hear more. Maybe off list? But probably there are others that can stand to hear what you have to say. Steve -Original Message- From: Mike Tyranski [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 9:15 AM To: Multiple recipients of list witango-talk Subject: Re: Wit

Re: Witango-Talk: directory listing

2002-05-03 Thread Mike Tyranski
You could also build a simple JavaBean to do it as well. However, the batch file is probably the best for a quick solution. Mike John Newsom wrote: > I am pumped about the rtf method of populating word documents with databased > data. I am using it to populate student progress report forms.

Re: Witango-Talk: directory listing

2002-05-03 Thread [Gauthier]
Message - From: "John Newsom" <[EMAIL PROTECTED]> To: "Multiple recipients of list witango-talk" <[EMAIL PROTECTED]> Sent: Friday, May 03, 2002 2:49 PM Subject: Witango-Talk: directory listing > I am pumped about the rtf method of populating word d

Witango-Talk: directory listing

2002-05-03 Thread John Newsom
I am pumped about the rtf method of populating word documents with databased data. I am using it to populate student progress report forms. Very very slick. Now I would like to automatically populate a drop down box with the rtf files available in a particular directory. I have searched the li