**= Email   1 ==========================**

Date:  Thu, 16 Mar 2006 02:46:56 +1100 (EDT)
From:  "Ian Manners" <ian@os2site dot com>
Subject:  Re:  AV programs

Hi Alan

>Do any eCS users use an antivirus program?
>Can't say i've had any problems without one.
>However on noting that ClamAV was available, I tried installing it and 
>frankly can't understand how it is used or whether i've installed it 
>properly. There seem to be so many options that it's ridiculous.

I use clamd on my server to scan email as it comes in. Also to rescan all
received emails at 8am for AEST customers, and 11pm for all my WA
customers who are 3 hours behind Melbourne time.

Use freshclam to update the signature files, you can use a scheduler
program to auto run FreshClam if you like.

To simply use the commandline scanner :-

c:
cd \usr\local\clamav\bin
clamscan.exe -r --move=\tmp --stdout --detect-broken --block-encrypted d:\mailroot

The above line will move anything in d:\mailroot that is broken (ie, broken email file)
encrypted zip file, or virus/worm infected file, to the "\tmp" directory. You
can simply specify a drive letter if you wish to scan the entire drive, ie "c:\"

clamscan gives you so many options to keep everyone happy :-)
Basic scan line to scan your entire drive could be as simple as

clamscan.exe -r --move=\temp --stdout c:\

I prefer to move files to a quarantine directory rather than delete them.
Look at Mcafee's latest hiccup ;-)

With the latest version of ClamAV, you can also now put the conf files
in your %etc% directory (ie, x:\mptn\etc).

Below is the clamd.conf file that I use, the original is very well
documented. Both this, and the freshclam files are setup for
both commandlime scanner, and the demon that runs in the
background.

================clamd.conf START==================
##
## Example config file for the Clam AV daemon
## Please read the clamd.conf(5) manual before editing this file.
##

LogFile /tmp/clamd.log
LogTime
TemporaryDirectory /tmp
LocalSocket \socket\clamd
FixStaleSocket
SelfCheck 1800
================clamd.conf END==================

Below is the freshclam.conf file that I use, the original is very well
documented, note the two mirror entries.

================freshclam.conf START==================
##
## Example config file for freshclam
## Please read the freshclam.conf(5) manual before editing this file.
## This file may be optionally merged with clamd.conf.
##

DNSDatabaseInfo current.cvd.clamav dot net
DatabaseMirror db.us.clamav dot net
DatabaseMirror database.clamav dot net
================freshclam.conf END==================

ClamAV will also pickup many scam/phishing emails as people
like myself submit examples to clamav, and the damon is friggin
fast when called to scan incoming emails by an email server.

Cheers
Ian Manners
http://www.os2site dot com/

Feet smell? Nose runs? Hey! You're built upside-down!
----------------------------------------------------------------------------------
 

**= Email   1 ==========================**

Date:  Thu, 16 Mar 2006 07:06:36 +1030
From:  Paul Smedley <paul@smedley.info>
Subject:  Re:  AV programs

Hi Ian,

Ian Manners wrote:
> 
> Use freshclam to update the signature files, you can use a scheduler
> program to auto run FreshClam if you like.

Or start it with:
freshclam --checks 12 --daemon
to start it in daemon mode and check for updates 12 times/day - ie every 
2 hours.

Cheers,

Paul.
----------------------------------------------------------------------------------
 

**= Email   2 ==========================**

Date:  Thu, 16 Mar 2006 13:46:31 +1100 (EDT)
From:  "Ian Manners" <ian@os2site dot com>
Subject:  Re:  AV programs

Hi Paul

>Or start it with:
>freshclam --checks 12 --daemon
>to start it in daemon mode and check for updates 12 times/day - ie every 
>2 hours.

Must read the manual one day, or at least look at what switch options
have been added ;-)

Cheers
Ian Manners
http://www.os2site dot com/

This is your modem. *h** ** **** m***M ** ***gs.
----------------------------------------------------------------------------------
 

**= Email   2 ==========================**

Date:  Thu, 16 Mar 2006 15:55:16 +1100 (EST)
From:  John Wildgoose <johnwild@laurel.ocs.mq.edu.au>
Subject:  Re:  AV programs

Ian,

Am I slow today or something? I really don't get your tagline!

jaw

On Thu, 16 Mar 2006, Ian Manners wrote:

> Hi Paul
> 
> >Or start it with:
> >freshclam --checks 12 --daemon
> >to start it in daemon mode and check for updates 12 times/day - ie every 
> >2 hours.
> 
> Must read the manual one day, or at least look at what switch options
> have been added ;-)
> 
> Cheers
> Ian Manners
> http://www.os2site dot com/
> 
> This is your modem. *h** ** **** m***M ** ***gs.

>  

> 

----------------------------------------------------------------------------------
 

**= Email   3 ==========================**

Date:  Thu, 16 Mar 2006 16:18:40 +1100 (EDT)
From:  "Ian Manners" <ian@os2site dot com>
Subject:  Re:  AV programs

Hi John

>Am I slow today or something? I really don't get your tagline!
I dont pick them (or see them), thats all automatic, I dont really get it either but
it could be someone has called and interrupted the modem ?

Cheers
Ian Manners
http://www.os2site dot com/

The ugliest code I ever saw was the junk I wrote two months ago. The greatest code I ever saw is the stuff I'm writing today. This statement will still be true two months from now. -- John Norstad, Disinfectant author
----------------------------------------------------------------------------------
 

**= Email   3 ==========================**

Date:  Thu, 16 Mar 2006 19:59:02 +1100 (AEDT)
From:  "John Angelico" <talldad@kepl dot com dot au>
Subject:  Re:  AV programs

On Thu, 16 Mar 2006 16:18:40 +1100 (EDT), Ian Manners wrote:

>Hi John
>
>>Am I slow today or something? I really don't get your tagline!
>I dont pick them (or see them), thats all automatic, I dont really get it either but
>it could be someone has called and interrupted the modem ?

It could be translated:

This is your modem. This is your modem on drugs...

<GD&R>


Best regards
John Angelico
OS/2 SIG
os2@melbpc dot org dot au or 
talldad@kepl dot com dot au
___________________

----------------------------------------------------------------------------------
 

**= Email   4 ==========================**

Date:  Thu, 16 Mar 2006 20:04:39 +1100 (EDT)
From:  "Ian Manners" <ian@os2site dot com>
Subject:  Re:  AV programs

Hi John

>It could be translated:
>
>This is your modem. This is your modem on drugs...

No, thats one of the other ones ;-)

Cheers
Ian Manners
http://www.os2site dot com/

"Reality" is that which is dreamed the longest.
----------------------------------------------------------------------------------
 

**= Email   1 ==========================**

Date:  Fri, 17 Mar 2006 19:11:55 +1100
From:  Gavin Miller <gmi12896@bigpond dot net dot au>
Subject:   adobe products and airboot

Hi all,

Adobe products are destroying my airboot config and my system will not 
boot unless I start from ecs cd.  Anyone know why this happens and what 
I can do to stop it?

Cheers
G
----------------------------------------------------------------------------------
 

**= Email   2 ==========================**

Date:  Fri, 17 Mar 2006 09:39:43 +0100
From:  Kris Steenhaut <kris.steenhaut@hccnet.nl>
Subject:  Re:  adobe products and airboot



Gavin Miller ha scritto:

> Hi all,
>
> Adobe products

Adobe products?

I know lvm can do bad things, but Abdobe?

Elaborate a bit please.

> are destroying my airboot config and my system will not boot unless I 
> start from ecs cd. 

-- 
Groeten uit Gent,

   Kris


----------------------------------------------------------------------------------
 

**= Email   3 ==========================**

Date:  Fri, 17 Mar 2006 19:51:09 +1100
From:  Gavin Miller <gmi12896@bigpond dot net dot au>
Subject:  Re:  adobe products and airboot

Hi Kris,

I installed a demo version of Indesign CS2 to see what it was like, and 
every time I ran it and reboot to ECS, I find airboot's configuration 
was corrupted and my system would not boot.  I thought it might have 
something to do with indesign, so I borrowed a copy of Premiere Pro 1.5 
and the same thing is happening, every time I rum PP1.5 and reboot, 
airboot fails.  Also after I repair airboot; boot to XP and run PP1.5, 
it tells me my system has changed and to re-register.  These are 
authorised versions of these programs, so I'm not sure why this is 
happening.

Kris Steenhaut wrote:
>
>
> Gavin Miller ha scritto:
>
>> Hi all,
>>
>> Adobe products
>
> Adobe products?
>
> I know lvm can do bad things, but Abdobe?
>
> Elaborate a bit please.
>
>> are destroying my airboot config and my system will not boot unless I 
>> start from ecs cd. 
>
----------------------------------------------------------------------------------
 

**= Email   4 ==========================**

Date:  Fri, 17 Mar 2006 10:53:17 +0100
From:  Kris Steenhaut <kris.steenhaut@hccnet.nl>
Subject:  Re:  adobe products and airboot



Gavin Miller ha scritto:

> Hi Kris,
>
> I installed a demo version of Indesign CS2

That's a Windy program, isn't it?

> to see what it was like, and every time I ran it and reboot to ECS, I 
> find airboot's configuration was corrupted and my system would not 
> boot.  I thought it might have something to do with indesign, so I 
> borrowed a copy of Premiere Pro 1.5 and the same thing is happening, 
> every time I rum PP1.5 and reboot, airboot fails.

Looks like one way or another these programs run on instancy of Fdisk 
each time on startup, hereby altering the MBR. So, it might be more like 
a Windy problem  and I have to admit  and on the latter I'm absolutely 
uneducated.

Airboot2 has an option to  prohibit any change to the MBR, but in doing 
so might trigger other problems.

-- 
Groeten uit Gent,

   Kris


----------------------------------------------------------------------------------
 

**= Email   5 ==========================**

Date:  Fri, 17 Mar 2006 21:18:28 +1000
From:  "Robert Traynor  (BobT)" <rtraynor@optusnet dot com dot au>
Subject:  Re:  adobe products and airboot

On Fri, 17 Mar 2006 19:51:09 +1100, Gavin Miller wrote:

> 
> I installed a demo version of Indesign CS2 to see what it was like, and 
> every time I ran it and reboot to ECS, I find airboot's configuration 
> was corrupted and my system would not boot.  I thought it might have 
> something to do with indesign, so I borrowed a copy of Premiere Pro 1.5 
> and the same thing is happening, every time I run PP1.5 and reboot, 
> airboot fails.  Also after I repair airboot; boot to XP and run PP1.5, 
> it tells me my system has changed and to re-register.  These are 
> authorised versions of these programs, so I'm not sure why this is 
> happening.

As these are Windows programs and from your description of the Air-Boot
problem, I suspect that these programs _MAY_ be hiding their registration
and copy protection in the MBR.  Unfortunately, Air-boot is also keeping its
configuration in a supposedly, unused area of the MBR.

I once had a similar problem and at the time, I could not work out what was
happening.  The program I was using in winxp was an Adobe product but,
as it was some time ago, I forget which one it was.  May have been either
Premier Pro or Acrobat Pro.  I too, am using Air-Boot 1.04.

If yours are registered then you should email Adobe support and complain
and if unresolved, demand money back.  I had a quick look at the Adobe
web site and the specs do not demand unrestricted access to the MBR,
nor in fact, is the MBR even mentioned at all.

HTH,
Robert Traynor (BobT).
17 March 2006   21:15


   ,-._|\       Robert Traynor        (BobT)
 /  Oz  \      email            rtraynor@removeme.optusnet dot com dot au
 \_,--.x/ 


----------------------------------------------------------------------------------
 

**= Email   6 ==========================**

Date:  Fri, 17 Mar 2006 21:20:35 +1100
From:  Gavin Miller <gmi12896@bigpond dot net dot au>
Subject:  Re:  adobe products and airboot

Mmm... What ever it does, it overrides Airboot's MBR protection.  Thanks 
anyway.  I have a partition here for my ecs applications.  Do you think 
it might work if I xcopy everything to what space I have on my boot 
partition, remove my apps partition, install Boot Manager, recreate and 
xcopy my files back?  I know there's easier methods, but I don't have 
partition magic or the like.

Cheers
G

Kris Steenhaut wrote:
>
>
> Gavin Miller ha scritto:
>
>> Hi Kris,
>>
>> I installed a demo version of Indesign CS2
>
> That's a Windy program, isn't it?
>
>> to see what it was like, and every time I ran it and reboot to ECS, I 
>> find airboot's configuration was corrupted and my system would not 
>> boot.  I thought it might have something to do with indesign, so I 
>> borrowed a copy of Premiere Pro 1.5 and the same thing is happening, 
>> every time I rum PP1.5 and reboot, airboot fails.
>
> Looks like one way or another these programs run on instancy of Fdisk 
> each time on startup, hereby altering the MBR. So, it might be more 
> like a Windy problem  and I have to admit  and on the latter I'm 
> absolutely uneducated.
>
> Airboot2 has an option to  prohibit any change to the MBR, but in 
> doing so might trigger other problems.
>
----------------------------------------------------------------------------------
 

**= Email   1 ==========================**

Date:  Fri, 17 Mar 2006 15:01:18 +0100
From:  Kris Steenhaut <kris.steenhaut@skynet.be>
Subject:  Re:  adobe products and airboot

Gavin Miller ha scritto:

> Mmm... What ever it does, it overrides Airboot's MBR protection.  
> Thanks anyway.  I have a partition here for my ecs applications.  Do 
> you think it might work if I xcopy everything

xcopy isn't the safets way to proceed. FC/2 is, and on top of that 
genuine australian. :-)

-- 
Groeten uit Gent,

   Kris


----------------------------------------------------------------------------------
 

**= Email   1 ==========================**

Date:  Sat, 18 Mar 2006 08:34:51 +1100
From:  Gavin Miller <gmi12896@bigpond dot net dot au>
Subject:  Re:  adobe products and airboot

I'm trying OSL2000 boot manager.  It's quite ugly, installed from 
windows, but it works and Adobe's registration mbr trick isn't 
interfering. It needs to be registered but I'm going to see how long it 
works for.

Cheers
G

Kris Steenhaut wrote:
> Gavin Miller ha scritto:
>
>> Mmm... What ever it does, it overrides Airboot's MBR protection.  
>> Thanks anyway.  I have a partition here for my ecs applications.  Do 
>> you think it might work if I xcopy everything
>
> xcopy isn't the safets way to proceed. FC/2 is, and on top of that 
> genuine australian. :-)
>
----------------------------------------------------------------------------------
 

**= Email   2 ==========================**

Date:  Sat, 18 Mar 2006 13:20:57 +1000
From:  "Robert Traynor  (BobT)" <rtraynor@optusnet dot com dot au>
Subject:  Re:  adobe products and airboot

On Sat, 18 Mar 2006 08:34:51 +1100, Gavin Miller wrote:
> I'm trying OSL2000 boot manager.  It's quite ugly, installed from 
> windows, but it works and Adobe's registration mbr trick isn't 
> interfering. It needs to be registered but I'm going to see how long it 
> works for.
> 
> Cheers
> G

Hi Gavin,

I just tried to send an email to the Air-Boot author, Martin Kiewitz
at <kiewitzDESPAM@DESPAMklinikum-konstanz.de>.

But I got a "Out of Office" reply which I quote below. 
So I am assuming his email address is still current and he _MAY_ be 
available for comment and/or help in the future, perhaps.

Would you be able or be prepared to give more info, regarding the problem
if Martin WAS able and willing to investigate this Air-Boot problem.?

-----------Quote On------------
Guten Tag!

Ich bin derzeit bis einschliesslich 24.Mrz im Urlaub.

Bitte wenden Sie sich bei Problemen an Hr. Joos (2111), Hr. Merk (2116) oder
Hr. Beha (2114).
Ihre Nachricht wurde NICHT weitergeleitet! Sofern es sich um eine dringliche
Angelegenheit handelt, sollten Sie die Nachricht am Besten an den Verteiler
EDV schicken.

MfG
  Martin Kiewitz - EDV Klinikum Konstanz
-----------Quote Off-----------

A Free translation at <http://ets.freetranslation dot com/>
is quoted below.

-----------Quote On------------
Good day!  

I am presently until inclusive 24. March in the vacation..  

Please you address yourself in problems to Hr.  Joos (2111), 
Hr.  Notice (2116) or Hr.  Beha (2114).  
Your message was NOT forwarded!  As far as it concerns an urgent 
matter, you should send the message best at the distributor EDP.  

MfG Martin Kiewitz - EDP clinic Constance
-----------Quote Off-----------

HTH,
Robert Traynor (BobT).
18 March 2006   13:19


   ,-._|\       Robert Traynor        (BobT)
 /  Oz  \      email            rtraynor@removeme.optusnet dot com dot au
 \_,--.x/ 


----------------------------------------------------------------------------------
 
**= Email   1 ==========================**

Date:  Tue, 21 March 2006 01:00:00 +1100 (EADT)
From:  "List Admin" <list@os2 dot org dot au>
Subject:   * Monthly Melbourne OS/2 SIG Meeting *

 We would like to remind you of this upcoming event.
 The Monthly meeting of 'Melbourne PC Users Group OS/2 SIG'
  
 Date:   Tuesday, 28th March 2006
 Time:  7:00PM - 9:30PM


 Melbourne PC Users Group premises are located at :-
 2nd floor, Chadstone Place (near Bi-Lo)
 Chadstone Shopping Centre [ Melway 96 E4 ].  
 Victoria, Australia.

 The entrance is on the Southern side of the Centre between 
 the National Bank and My Chemist.  And another entrance 
 for after hours access to the lift from inside the shopping
 centre opposite the Bi-Lo store.

 The Monthly Meeting of Melbourne OS/2 SIG is
 normally held the fourth Tuesday of each month.
 EXCEPT December.

----------------------------------------------------------------------------------
 

**= Email   1 ==========================**

Date:  Wed, 22 Mar 2006 17:38:57 +1100
From:  Gavin Miller <gmi12896@bigpond dot net dot au>
Subject:  Re:  adobe products and airboot

Yeah I don't mind, but I'm not sure what I can tell. MBR's and why 
Airboot is affected and not other boot managers is out of my realm. FWIW 
I'm using GAG now. It's a graphical bootmanager and comes with an iso to 
create a bootable cd to install it.

Cheers
G

Robert Traynor (BobT) wrote:
> On Sat, 18 Mar 2006 08:34:51 +1100, Gavin Miller wrote:
>   
>> I'm trying OSL2000 boot manager.  It's quite ugly, installed from 
>> windows, but it works and Adobe's registration mbr trick isn't 
>> interfering. It needs to be registered but I'm going to see how long it 
>> works for.
>>
>> Cheers
>> G
>>     
>
> Hi Gavin,
>
> I just tried to send an email to the Air-Boot author, Martin Kiewitz
> at <kiewitzDESPAM@DESPAMklinikum-konstanz.de>.
>
> But I got a "Out of Office" reply which I quote below. 
> So I am assuming his email address is still current and he _MAY_ be 
> available for comment and/or help in the future, perhaps.
>
> Would you be able or be prepared to give more info, regarding the problem
> if Martin WAS able and willing to investigate this Air-Boot problem.?
>
> -----------Quote On------------
> Guten Tag!
>
> Ich bin derzeit bis einschliesslich 24.Mrz im Urlaub.
>
> Bitte wenden Sie sich bei Problemen an Hr. Joos (2111), Hr. Merk (2116) oder
> Hr. Beha (2114).
> Ihre Nachricht wurde NICHT weitergeleitet! Sofern es sich um eine dringliche
> Angelegenheit handelt, sollten Sie die Nachricht am Besten an den Verteiler
> EDV schicken.
>
> MfG
>   Martin Kiewitz - EDV Klinikum Konstanz
> -----------Quote Off-----------
>
> A Free translation at <http://ets.freetranslation dot com/>
> is quoted below.
>
> -----------Quote On------------
> Good day!  
>
> I am presently until inclusive 24. March in the vacation.  
>
> Please you address yourself in problems to Hr.  Joos (2111), 
> Hr.  Notice (2116) or Hr.  Beha (2114).  
> Your message was NOT forwarded!  As far as it concerns an urgent 
> matter, you should send the message best at the distributor EDP.  
>
> MfG Martin Kiewitz - EDP clinic Constance
> -----------Quote Off-----------
>
> HTH,
> Robert Traynor (BobT).
> 18 March 2006   13:19
>
>
>    ,-._|\       Robert Traynor        (BobT)
>  /  Oz  \      email            rtraynor@removeme.optusnet dot com dot au
>  \_,--.x/ 
>
>

>  
> ===========================================
>   
----------------------------------------------------------------------------------
 

**= Email   2 ==========================**

Date:  Wed, 22 Mar 2006 22:11:57 +1000
From:  "Robert Traynor  (BobT)" <rtraynor@optusnet dot com dot au>
Subject:  Re:  adobe products and airboot

On Wed, 22 Mar 2006 17:38:57 +1100, Gavin Miller wrote:
> Yeah I don't mind, but I'm not sure what I can tell. MBR's and why 
> Airboot is affected and not other boot managers is out of my realm. FWIW 
> I'm using GAG now. It's a graphical bootmanager and comes with an iso to 
> create a bootable cd to install it.
> 
> Cheers
> G

Hi Gavin,

I have reported your fix, GAG, to the Air-Boot author.
I have also reported to him that only Air-Boot was affected by the Adobe
product problem.  Previously he had replied that it was of no concern to him
as he does not run windows.  :-(

Perhaps when he learns of your defection to another European product, he 
may decide to do something about it.  Here's hoping he does.  
Personally, I quite like Air-Boot and hope he takes the hint.

I found the url and for any that are also interested, here it is:-
<http://gag.sourceforge dot net/>

Regards,
Robert Traynor (BobT).
22 March 2006   22:10


   ,-._|\       Robert Traynor        (BobT)
 /  Oz  \      email            rtraynor@removeme.optusnet dot com dot au
 \_,--.x/ 


----------------------------------------------------------------------------------
 

**= Email   1 ==========================**

Date:  Mon, 27 Mar 2006 21:53:34 +1000 (AEST)
From:  "John Angelico" <talldad@kepl dot com dot au>
Subject:   Faxworks and printing

Hi all!

Another one...

I have enjoyed using Faxworks/PMFax registered version for a loooooog time.

Last year did a clean install of eCS 1.2 but afterwards, PMFax refused to print
directly out of the Fax Window print menu. (NB: I only had to install eCS, then
restore things like INI file registration keys. For PMFax I only re-created the
object.)

However, I can save a fax as a <name.dcx> file, pick it up in PMView and print
from there quite successfully.

We are not receiving as many faxes as we used to, and junk faxes seem to be on
the rise again, so the workaround has sufficed to date.

However, it irks my sense of the OS/2 order of things that something which
worked before (and so well!) should have become unhinged like this.

Does anyone have any clues as to what I have done wrong?


Best regards
John Angelico
OS/2 SIG
os2@melbpc dot org dot au or 
talldad@kepl dot com dot au
___________________

PMTagline v1.50 - Copyright, 1996-1997, Stephen Berg and John Angelico
.... Fax me no questions and I'll telix you no fibs.
----------------------------------------------------------------------------------
 

**= Email   2 ==========================**

Date:  Mon, 27 Mar 2006 21:33:46 +1000 (AEST)
From:  "John Angelico" <talldad@kepl dot com dot au>
Subject:   DeScribe WP network aware?

Cross-posted to OS/2 Australia list and OS/2 WP list

Hi all!

I have been aware for a long time of an anomaly in DeScribe in favour of our
favourite OS/2 platform. 

That is that the v5.06 release is network aware, and will fully access
non-local drives.

OO v2 is not there yet, and MS-Word - best left unsaid. Incidentally, OO 1.14
for OS/2-eCS is a long way behind OO v2 for win.

Being forced to use Win XP at work now has brought this anomaly into focus.

I have installed the WinNT version of DeScribe at work and can bring work home
safely, send stuff to work, use the same menus etc.

The latest change has my Winxp box sharing within a Windows Domaiin Controller
higher security environment.
 
So I would like to find out if anyone has experience with a network-aware
DeScribe for Win, please.

If so, I would like to be able to use such a version in the same way as I use
the OS/2 version.



Best regards
John Angelico
OS/2 SIG
os2@melbpc dot org dot au or 
talldad@kepl dot com dot au
___________________

PMTagline v1.50 - Copyright, 1996-1997, Stephen Berg and John Angelico
.... Psychic Convention cancelled due to unforeseen problems
----------------------------------------------------------------------------------
 

**= Email   1 ==========================**

Date:  Tue, 28 Mar 2006 07:02:54 +1000
From:  Ed Durrant <edurrant@bigpond dot net dot au>
Subject:  Re:  Faxworks and printing

John Angelico wrote:
> Hi all!
> 
> Another one...
> 
> I have enjoyed using Faxworks/PMFax registered version for a loooooog time.
> 
> Last year did a clean install of eCS 1.2 but afterwards, PMFax refused to print
> directly out of the Fax Window print menu. (NB: I only had to install eCS, then
> restore things like INI file registration keys. For PMFax I only re-created the
> object.)
> 
> However, I can save a fax as a <name.dcx> file, pick it up in PMView and print
> from there quite successfully.
> 
> We are not receiving as many faxes as we used to, and junk faxes seem to be on
> the rise again, so the workaround has sufficed to date.
> 
> However, it irks my sense of the OS/2 order of things that something which
> worked before (and so well!) should have become unhinged like this.
> 
> Does anyone have any clues as to what I have done wrong?
> 
> 
> Best regards
> John Angelico
> OS/2 SIG
> os2@melbpc dot org dot au or 
> talldad@kepl dot com dot au
> ___________________
>
I would suggest you re-install the PMFax program completely as it seems 
that some setting has been lost.

Cheers/2

Ed.
----------------------------------------------------------------------------------
 

**= Email   2 ==========================**

Date:  Tue, 28 Mar 2006 11:25:00 +1000
From:  Dennis Nolan <djn@aanet dot com dot au>
Subject:   SIG

Hi everyone

Is there an OS/2 SIG meeting tonight?

Regards

Dennis.

----------------------------------------------------------------------------------
 

**= Email   3 ==========================**

Date:  Tue, 21 March 2006 01:00:00 +1100 (EADT)
From:  "List Admin" <list@os2 dot org dot au>
Subject:   * Monthly Melbourne OS/2 SIG Meeting *

 We would like to remind you of this upcoming event.
 The Monthly meeting of 'Melbourne PC Users Group OS/2 SIG'
  
 Date:   Tuesday, 28th March 2006
 Time:  7:00PM - 9:30PM


 Melbourne PC Users Group premises are located at :-
 2nd floor, Chadstone Place (near Bi-Lo)
 Chadstone Shopping Centre [ Melway 96 E4 ].  
 Victoria, Australia.

 The entrance is on the Southern side of the Centre between 
 the National Bank and My Chemist.  And another entrance 
 for after hours access to the lift from inside the shopping
 centre opposite the Bi-Lo store.

 The Monthly Meeting of Melbourne OS/2 SIG is
 normally held the fourth Tuesday of each month.
 EXCEPT December.

----------------------------------------------------------------------------------
 

----------------------------------------------------------------------------------
 

**= Email   4 ==========================**

Date:  Tue, 28 Mar 2006 13:25:12 +1000
From:  "Robert Traynor  (BobT)" <rtraynor@optusnet dot com dot au>
Subject:  Re:  SIG

Yes, Dennis - Tonight.
See you there.

Robert Traynor (BobT).
28 March 2006   13:25


On Tue, 28 Mar 2006 11:25:00 +1000, Dennis Nolan wrote:

> Hi everyone
> 
> Is there an OS/2 SIG meeting tonight?
> 
> Regards
> 
> Dennis.
> 

>  



   ,-._|\       Robert Traynor        (BobT)
 /  Oz  \      email            rtraynor@removeme.optusnet dot com dot au
 \_,--.x/ 


----------------------------------------------------------------------------------
 

**= Email   5 ==========================**

Date:  Tue, 28 Mar 2006 13:16:39 +1000
From:  Alan Duval <amoht@tpg dot com dot au>
Subject:  Re:  Faxworks and printing

John Angelico wrote:

>Hi all!
>
>Another one...
>
>I have enjoyed using Faxworks/PMFax registered version for a loooooog time.
>
>Last year did a clean install of eCS 1.2 but afterwards, PMFax refused to print
>directly out of the Fax Window print menu. (NB: I only had to install eCS, then
>restore things like INI file registration keys. For PMFax I only re-created the
>object.)
>
>However, I can save a fax as a <name.dcx> file, pick it up in PMView and print
>from there quite successfully.
>
>We are not receiving as many faxes as we used to, and junk faxes seem to be on
>the rise again, so the workaround has sufficed to date.
>
>However, it irks my sense of the OS/2 order of things that something which
>worked before (and so well!) should have become unhinged like this.
>
>Does anyone have any clues as to what I have done wrong?
>
>  
>
Hi John,

I can print from PMFax Pro in eCS 1.2, so you may have to reinstall PMFax.

Regards,

Alan Duval
----------------------------------------------------------------------------------
 

**= Email   6 ==========================**

Date:  Tue, 28 Mar 2006 15:38:26 +1000 (EST)
From:  "Ian Manners" <ian@os2site dot com>
Subject:  Re:  Faxworks and printing

Hi John

>Last year did a clean install of eCS 1.2 but afterwards, PMFax refused to print
>directly out of the Fax Window print menu. (NB: I only had to install eCS, then
>restore things like INI file registration keys. For PMFax I only re-created the
>object.)

type "pmfax -Lc:\apps\pmfax" where c:\apps\pmfax is the location of your
PMFax install etc. The -L is for the log file location but this fixed a similiar
problem many years ago.

You did also reinstall the fax print Q in eCS ?

Cheers
Ian Manners
http://www.os2site dot com/

For a REAL sponge cake, BORROW all the ingredients...
----------------------------------------------------------------------------------
 

**= Email   7 ==========================**

Date:  Tue, 28 Mar 2006 09:37:47 +0200
From:  Kris Steenhaut <kris.steenhaut@hccnet.nl>
Subject:  Re:  Faxworks and printing



Alan Duval ha scritto:

> John Angelico wrote:
>
>> Hi all!
>>
>> Another one...
>>
>> I have enjoyed using Faxworks/PMFax registered version for a loooooog 
>> time.
>>
>> Last year did a clean install of eCS 1.2 but afterwards, PMFax 
>> refused to print
>> directly out of the Fax Window print menu. (NB: I only had to install 
>> eCS, then
>> restore things like INI file registration keys. For PMFax I only 
>> re-created the
>> object.)
>>
>> However, I can save a fax as a <name.dcx> file, pick it up in PMView 
>> and print
>> from there quite successfully.
>>
>> We are not receiving as many faxes as we used to, and junk faxes seem 
>> to be on
>> the rise again, so the workaround has sufficed to date.
>>
>> However, it irks my sense of the OS/2 order of things that something 
>> which
>> worked before (and so well!) should have become unhinged like this.
>>
>> Does anyone have any clues as to what I have done wrong?
>>
>>
>>
> Hi John,
>
> I can print from PMFax Pro in eCS 1.2, so you may have to reinstall 
> PMFax.
>
Have you got PMfax working with a lucent modem?

-- 
Groeten uit Gent,

   Kris


----------------------------------------------------------------------------------
 

**= Email   1 ==========================**

Date:  Thu, 30 Mar 2006 22:45:36 +1000 (AEST)
From:  "John Angelico" <talldad@kepl dot com dot au>
Subject:  Re:  Faxworks and printing

On Tue, 28 Mar 2006 15:38:26 +1000 (EST), Ian Manners wrote:

Hi Ian

>
>type "pmfax -Lc:\apps\pmfax" where c:\apps\pmfax is the location of your
>PMFax install etc. The -L is for the log file location but this fixed a similiar
>problem many years ago.

No help here but...

>
>You did also reinstall the fax print Q in eCS ?

Using 
prndrv.exe -l 
I discovered that I DO have 
a Queue for FxPrint (the incoming fax gathering device )
a printer device for LPT3 (incoming fax from DOS apps)
a printer driver 'FXPRINT.Fax'  'D:\FAXWORKS\FXPRINT.DRV'

but I don't recognise anything else as a fax print Q...

[See attached [prndrv.txt]

Where to next, please?
 
Best regards
John Angelico
OS/2 SIG
os2@melbpc dot org dot au or 
talldad@kepl dot com dot au
___________________

PMTagline v1.50 - Copyright, 1996-1997, Stephen Berg and John Angelico
.... Fax me no questions and I'll telix you no fibs.


[attachments have been removed]
----------------------------------------------------------------------------------
 

