Program like UNIX' 'fortune'?

C

Chaos Master

Hello people.

Is there any _command-line_ fortune-cookies program, like the 'fortune' from
UNIX? It can be used to make random e-mail signatures if e-mail client supports
reading signature from a file. (e.g. Netscape, Mozilla, Thunderbird, Sylpheed).

Normally, using it on Windows would be on a batch file, like:

del .signature
echo (signature text) >> .signature
fortune >> .signature


I've found Graffiti but it does not allow for command-line usage.


[]s
 
U

Usenet User

Chaos said:
Hello people.

Is there any _command-line_ fortune-cookies program, like the 'fortune' from
UNIX? It can be used to make random e-mail signatures if e-mail client supports
reading signature from a file. (e.g. Netscape, Mozilla, Thunderbird, Sylpheed).

Normally, using it on Windows would be on a batch file, like:

del .signature
echo (signature text) >> .signature
fortune >> .signature


I've found Graffiti but it does not allow for command-line usage.


[]s

This may be a bit of overkill, but I checked and fortune is installed in
my cygwin installation. I don't know if it was there by default, and if
it isn't it wouldn't be to hard to enable it. Try it: http://www.cygwin.com/
 
C

Chaos Master

Usenet User ([email protected])'s info is within the message
<[email protected]> at location alt.comp.freeware:

[fortune cookie program]
This may be a bit of overkill, but I checked and fortune is installed in
my cygwin installation. I don't know if it was there by default, and if
it isn't it wouldn't be to hard to enable it. Try it: http://www.cygwin.com/

I have Cygwin, but it is overkill for just the 'fortune' program. Therefore I
thought there could be a 'standalone' version of this program.

[]s
 
B

Bill Rowland

Chaos said:
Usenet User ([email protected])'s info is within the message
<[email protected]> at location alt.comp.freeware:

[fortune cookie program]
This may be a bit of overkill, but I checked and fortune is installed in
my cygwin installation. I don't know if it was there by default, and if
it isn't it wouldn't be to hard to enable it. Try it: http://www.cygwin.com/


I have Cygwin, but it is overkill for just the 'fortune' program. Therefore I
thought there could be a 'standalone' version of this program.

[]s

Found one (maybe) here:

http://mywebpages.comcast.net/darbak/

Two versions regular(?) and a command line version!

Regular file here: ( 929 KB)

http://mywebpages.comcast.net/darbak/download/Fortune.zip

Command line version here: ( 838 KB)

http://mywebpages.comcast.net/darbak/download/FortCL.zip

Hope this is what you are looking for?

Bill
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top