Freeware author retires

D

Dos-Man

Hello, I am the author of such programs as acfpad notepad replacement,
Fontclinic font viewer, Bscript32 scripting language, and numerous
other small but useful freeware utilities. I've been on a one year
vacation from software development with nine months gone and I've
decided to retire. I will not be producing any future programs.

My PC died shortly after my vacation began. I was planning on
purchasing another one this year, but I have been getting along quite
well without one, so why bother? Programming was a fun hobby, but I
have other hobbies now. I even tried to sell off my programming tools
on ebay a while ago, but no takers unfortunately.

May these programs serve you well in the future.
Good luck to all users!

dos-man
 
M

Martinez

Dos-Man said:
My PC died shortly after my vacation began. I was planning on
purchasing another one this year, but I have been getting along quite
well without one, so why bother? Programming was a fun hobby, but I
have other hobbies now.

Enjoy your retirement years.

Thanks for the freebies.
 
G

Guest

Enjoy retirement...have fun with the new hobbies. I have a couple questions
though...what is Bscript32? What programming tools are you considering
ridding yourself of?
 
E

El Gee

Hello, I am the author of such programs as acfpad notepad replacement,
Fontclinic font viewer, Bscript32 scripting language, and numerous
other small but useful freeware utilities. I've been on a one year
vacation from software development with nine months gone and I've
decided to retire. I will not be producing any future programs.

Although I do not use your wares, I want to thank you for contributing.
YOu have given many people some great tools.

--
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
El Gee - www (dot) mistergeek (dot) com <><

Did you hear the one about the dyslexic, agnostic, insomniac?
He had trouble sleeping at night, wondering if there was a dog.
Remove yourhat to reply ... but it may take a while.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
D

Dos-Man

Enjoy retirement...have fun with the new hobbies. I have a couple questions
though...what is Bscript32? What programming tools are you considering
ridding yourself of?

I have vb 5 pro and vc++ 6 std. I put them up on ebay, but they didn't
sell.

Bscript32 is a windows scripting language. I wrote a dos version also
called Bscript. It uses special embedded variables similar to perl for
dealing with special characters and variables, as in

app.print("line 1~\n~line 2~\n~line 3~\n~");

output:
line 1
line 2
line 3

*a = ("Mike");
*a.ucase("~\*a~");
app.print("Hello ~\*a~!");

output:
Hello MIKE!
 
G

Guest

Would Bscript32 be available for download someplace? This is the first I've
heard of it. I understand you won't be supporting it, but I'd really be
interested in taking a look at it. And, how much are you looking to get for
the VB5?
 
D

Dos-Man

Would Bscript32 be available for download someplace? This is the first I've
heard of it. I understand you won't be supporting it, but I'd really be
interested in taking a look at it. And, how much are you looking to get for
the VB5?


It was only available at winsite.com. You may be able to find a copy of
it on one of their ftp mirrors, or perhaps someone in here has a copy
of it. The version you get would not be the most up-to-date (I
continued making improvements on it for quite some time but the program
didn't get much interest so I stopped posting updates at some point.)

I'd like to email a copy of it to you but without a computer that's a
little hard to do :D

dos-man
 
G

Guest

Dos-Man said:
It was only available at winsite.com. You may be able to find a copy of
it on one of their ftp mirrors, or perhaps someone in here has a copy
of it. The version you get would not be the most up-to-date (I
continued making improvements on it for quite some time but the program
didn't get much interest so I stopped posting updates at some point.)

I'd like to email a copy of it to you but without a computer that's a
little hard to do :D

dos-man

Ok, thanks. I'll take a looksee. Were you still planning on selling your
VB5?
 

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